Color names in this palette
CSS code for this palette
/* CSS */
.poppy-flower {
color: #f05c00;
}
.kin-gold {
color: #f59b00;
}
.philippine-yellow {
color: #facc00;
}
.peridot {
color: #e5e600;
}
.high-grass {
color: #b6d600;
}
/* CSS Variables */
:root {
--poppy-flower:#f05c00;
--kin-gold:#f59b00;
--philippine-yellow:#facc00;
--peridot:#e5e600;
--high-grass:#b6d600;
}