Color names in this palette
CSS code for this palette
/* CSS */
.flare-gun {
color: #ff471a;
}
.orange-popsicle {
color: #ff7d1a;
}
.sun-ray {
color: #ffb31a;
}
.candlelight {
color: #ffdd1a;
}
.sasquatch-socks {
color: #ff4d7c;
}
/* CSS Variables */
:root {
--flare-gun:#ff471a;
--orange-popsicle:#ff7d1a;
--sun-ray:#ffb31a;
--candlelight:#ffdd1a;
--sasquatch-socks:#ff4d7c;
}