Color names in this palette
CSS code for this palette
/* CSS */
.infrared-gloze {
color: #d22d5c;
}
.celestial-coral {
color: #e03e4e;
}
.flattered-flamingo {
color: #f06151;
}
.mango-margarita {
color: #f8b849;
}
.softsun {
color: #f4c63e;
}
/* CSS Variables */
:root {
--infrared-gloze:#d22d5c;
--celestial-coral:#e03e4e;
--flattered-flamingo:#f06151;
--mango-margarita:#f8b849;
--softsun:#f4c63e;
}