Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a8d8a2;
}
.caramel-ice {
color: #f0caa8;
}
.ninjin-orange {
color: #e3a86d;
}
.butter-cream {
color: #efae3e;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--cool-aloe:#a8d8a2;
--caramel-ice:#f0caa8;
--ninjin-orange:#e3a86d;
--butter-cream:#efae3e;
--wiener-schnitzel:#f09c00;
}