Color names in this palette
CSS code for this palette
/* CSS */
.pixel-cream {
color: #f8d482;
}
.oregon-trail {
color: #f2b91c;
}
.dulce-de-leche {
color: #d57d20;
}
.chrysanthemum {
color: #c0545b;
}
.wild-aster {
color: #9e3d89;
}
/* CSS Variables */
:root {
--pixel-cream:#f8d482;
--oregon-trail:#f2b91c;
--dulce-de-leche:#d57d20;
--chrysanthemum:#c0545b;
--wild-aster:#9e3d89;
}