Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.sunshine {
color: #f9d276;
}
.peach-butter {
color: #fbaf3c;
}
.sun-orange {
color: #f47b1f;
}
.war-paint-red {
color: #db4d1a;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--sunshine:#f9d276;
--peach-butter:#fbaf3c;
--sun-orange:#f47b1f;
--war-paint-red:#db4d1a;
}