Color names in this palette
CSS code for this palette
/* CSS */
.french-vanilla {
color: #f1e0a7;
}
.twinkle-toes {
color: #e3d59c;
}
.monument-green {
color: #d5c38b;
}
.roasted-pistachio {
color: #c9b07e;
}
.coriander-seed {
color: #bfae6e;
}
/* CSS Variables */
:root {
--french-vanilla:#f1e0a7;
--twinkle-toes:#e3d59c;
--monument-green:#d5c38b;
--roasted-pistachio:#c9b07e;
--coriander-seed:#bfae6e;
}