Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d3a50d;
}
.fiery-glow {
color: #f14f1e;
}
.american-yellow {
color: #f5b400;
}
.foggy-heath {
color: #e1c8f9;
}
.cadmium-violet {
color: #813d99;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d3a50d;
--fiery-glow:#f14f1e;
--american-yellow:#f5b400;
--foggy-heath:#e1c8f9;
--cadmium-violet:#813d99;
}