Color names in this palette
CSS code for this palette
/* CSS */
.poinciana {
color: #d63a29;
}
.fiery-glow {
color: #f14f1e;
}
.peach-butter {
color: #fbab3c;
}
.lemonade-stand {
color: #f5c73d;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--poinciana:#d63a29;
--fiery-glow:#f14f1e;
--peach-butter:#fbab3c;
--lemonade-stand:#f5c73d;
--lime-lizard:#a3d55d;
}