Color names in this palette
CSS code for this palette
/* CSS */
.poinciana {
color: #d63a29;
}
.pani-puri {
color: #f7a950;
}
.sunbeam-yellow {
color: #f0d39e;
}
.canoe-blue {
color: #1b5074;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--poinciana:#d63a29;
--pani-puri:#f7a950;
--sunbeam-yellow:#f0d39e;
--canoe-blue:#1b5074;
--radiant-sun:#f3ca4f;
}