Color names in this palette
CSS code for this palette
/* CSS */
.poinciana {
color: #d63c2e;
}
.burning-coals {
color: #f69e6f;
}
.golden-glow {
color: #f9d57b;
}
.lime-lizard {
color: #a3d55d;
}
.direct-green {
color: #3b9a1d;
}
/* CSS Variables */
:root {
--poinciana:#d63c2e;
--burning-coals:#f69e6f;
--golden-glow:#f9d57b;
--lime-lizard:#a3d55d;
--direct-green:#3b9a1d;
}