html {
--s: 100px; /* control the size */
--_g: #ECEDDC /* first color */ 90deg,#0000 90.5deg;
background:
conic-gradient(from -45deg,var(--_g)),
conic-gradient(from 135deg,var(--_g)) calc(var(--s)/2) 0,
#29AB87; /* second color */
background-size: var(--s) var(--s)
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.