Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f5c542;
}
.yellow-sea {
color: #f29e31;
}
.glazed-carrot {
color: #e5682e;
}
.painted-poppy {
color: #c84c3c;
}
.anemone {
color: #8b2d4c;
}
/* CSS Variables */
:root {
--pyrite:#f5c542;
--yellow-sea:#f29e31;
--glazed-carrot:#e5682e;
--painted-poppy:#c84c3c;
--anemone:#8b2d4c;
}