Color names in this palette
CSS code for this palette
/* CSS */
.sweet-pimento {
color: #ff6542;
}
.mango-orange {
color: #ff8a5c;
}
.cantaloupe-slice {
color: #ffaf7a;
}
.spring-buttercup {
color: #fff5c2;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--sweet-pimento:#ff6542;
--mango-orange:#ff8a5c;
--cantaloupe-slice:#ffaf7a;
--spring-buttercup:#fff5c2;
--soviet-gold:#ffd900;
}