Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #fde94e;
}
.honey-wax {
color: #f9a824;
}
.consumed-by-fire {
color: #f47f1f;
}
.tail-lights {
color: #d54215;
}
.bright-rose {
color: #c3185d;
}
/* CSS Variables */
:root {
--paris-daisy:#fde94e;
--honey-wax:#f9a824;
--consumed-by-fire:#f47f1f;
--tail-lights:#d54215;
--bright-rose:#c3185d;
}