Color names in this palette
CSS code for this palette
/* CSS */
.flare-gun {
color: #ff471a;
}
.shocking-orange {
color: #ff6a1a;
}
.pieces-of-eight {
color: #ffb13d;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--flare-gun:#ff471a;
--shocking-orange:#ff6a1a;
--pieces-of-eight:#ffb13d;
--kuchinashi-yellow:#ffdb4d;
--white:#ffffff;
}