Color names in this palette
CSS code for this palette
/* CSS */
.raiden-s-fury {
color: #e6462d;
}
.flame-orange {
color: #f78a1d;
}
.lamplight {
color: #fbd041;
}
.young-green-onion {
color: #a7d350;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--raiden-s-fury:#e6462d;
--flame-orange:#f78a1d;
--lamplight:#fbd041;
--young-green-onion:#a7d350;
--boat-house:#4b8abe;
}