Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f9d94e;
}
.splendor-gold {
color: #ffb24d;
}
.sunset-yellow {
color: #ff8b3d;
}
.rich-gardenia {
color: #f67c4c;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--royal-yellow:#f9d94e;
--splendor-gold:#ffb24d;
--sunset-yellow:#ff8b3d;
--rich-gardenia:#f67c4c;
--mandarin-red:#e74d3c;
}