Color names in this palette
CSS code for this palette
/* CSS */
.flare-gun {
color: #ff471a;
}
.laddu-orange {
color: #ff8c1a;
}
.happy-yipee {
color: #ffc21a;
}
.candlelight {
color: #ffd91a;
}
.sasquatch-socks {
color: #ff4d7c;
}
/* CSS Variables */
:root {
--flare-gun:#ff471a;
--laddu-orange:#ff8c1a;
--happy-yipee:#ffc21a;
--candlelight:#ffd91a;
--sasquatch-socks:#ff4d7c;
}