Color names in this palette
CSS code for this palette
/* CSS */
.cream-can {
color: #edc550;
}
.energy-yellow {
color: #f7d850;
}
.creamy-sweet-corn {
color: #f4c24e;
}
.casablanca {
color: #f2b450;
}
.optimist-gold {
color: #e8ab4f;
}
/* CSS Variables */
:root {
--cream-can:#edc550;
--energy-yellow:#f7d850;
--creamy-sweet-corn:#f4c24e;
--casablanca:#f2b450;
--optimist-gold:#e8ab4f;
}