Color names in this palette
CSS code for this palette
/* CSS */
.marquisette {
color: #f5d49e;
}
.crunch {
color: #f2b95f;
}
.cheesy-cheetah {
color: #ebaf2d;
}
.glitzy-gold {
color: #d69e2e;
}
.mulberry-thorn {
color: #c67a2a;
}
/* CSS Variables */
:root {
--marquisette:#f5d49e;
--crunch:#f2b95f;
--cheesy-cheetah:#ebaf2d;
--glitzy-gold:#d69e2e;
--mulberry-thorn:#c67a2a;
}