Color names in this palette
CSS code for this palette
/* CSS */
.living-coral {
color: #ff6952;
}
.valley-of-fire {
color: #ff8b47;
}
.blissful-orange {
color: #ffa938;
}
.bumblebee {
color: #ffcd29;
}
.paris-daisy {
color: #ffe74d;
}
/* CSS Variables */
:root {
--living-coral:#ff6952;
--valley-of-fire:#ff8b47;
--blissful-orange:#ffa938;
--bumblebee:#ffcd29;
--paris-daisy:#ffe74d;
}