Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c1;
}
.marigold-dust {
color: #f4cf3e;
}
.butter-cream {
color: #f5b042;
}
.tenn {
color: #d15400;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c1;
--marigold-dust:#f4cf3e;
--butter-cream:#f5b042;
--tenn:#d15400;
--valiant-poppy:#bf3a2b;
}