<div></div>
// colors
$primaryLight: #FDDFBD;
$primaryMid: #A1D2BD;
$primaryDark: #B7A99A;
$secondaryDark: #000716;
div {
background: repeating-conic-gradient(
$primaryDark 0%,
$primaryMid 1.25%,
$primaryLight 2.5%,
$secondaryDark 3.75%,
$secondaryDark 5%
);
position: absolute;
width: 100%;
height: 100%;
}
body {
position: absolute;
width: 100%;
height: 100%;
}
View Compiled
This Pen doesn't use any external CSS resources.