Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.sweet-potato {
color: #d67d3d;
}
.butter-cream {
color: #f1b341;
}
.optimistic-yellow {
color: #f4e1a4;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--sweet-potato:#d67d3d;
--butter-cream:#f1b341;
--optimistic-yellow:#f4e1a4;
--eerie-glow:#a7d7b8;
}