Slice a 45° triangle off opposite corners to echo the hex motif on rectangular surfaces, wells, panels, hero containers, callout cards.
A cobalt panel with triangles cut from top-left and bottom-right. The light background shows through, the visual echo of the hex motif on a rectangle.
--cut: 28px · clip: tlbr
--cut: 18px · clip: all
Three apps. Twenty minutes of setup. A working portal at your Nextcloud-hosted domain.
--cut: 32px · clip: tlbr · hero plate
Buttons with cut corners read as branded, but stay rectilinear and clickable.
--cut: 8px · clip: tlbr
.panel {
clip-path: var(--clip-cut-tlbr-md); /* top-left + bottom-right, 10px cut */
background: var(--c-blue-cobalt);
padding: 32px;
}
/* Direction */
clip-path: var(--clip-cut-tlbr-md); /* default, diagonal asymmetry */
clip-path: var(--clip-cut-trbl-md); /* mirror */
clip-path: var(--clip-cut-all-md); /* all four corners, image wells */
/* Size, pair the same direction with -sm | -md | -lg | -xl
sm: 6px (buttons, badges) · md: 10px (cards)
lg: 16px (panels, image wells) · xl: 24px (hero plates) */