Color names in this palette
CSS code for this palette
/* CSS */
.flaming-cherry {
color: #d41c28;
}
.glistening-dawn {
color: #f9b224;
}
.turkish-ginger {
color: #f6f8b9;
}
.hubert-s-truck-green {
color: #4d9c2b;
}
.cote-d-azur {
color: #007a8a;
}
/* CSS Variables */
:root {
--flaming-cherry:#d41c28;
--glistening-dawn:#f9b224;
--turkish-ginger:#f6f8b9;
--hubert-s-truck-green:#4d9c2b;
--cote-d-azur:#007a8a;
}