Color names in this palette
CSS code for this palette
/* CSS */
.peach-whip {
color: #d7b7b2;
}
.teatime-mauve {
color: #c9a69c;
}
.olive-gold {
color: #bfae8d;
}
.delaunay-green {
color: #a8b34d;
}
.olive-thrill {
color: #708b2d;
}
/* CSS Variables */
:root {
--peach-whip:#d7b7b2;
--teatime-mauve:#c9a69c;
--olive-gold:#bfae8d;
--delaunay-green:#a8b34d;
--olive-thrill:#708b2d;
}