Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.flame-orange {
color: #f88c20;
}
.plastic-carrot {
color: #f75e22;
}
.raiden-s-fury {
color: #e63f28;
}
.bricky-brick {
color: #b33a1e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--flame-orange:#f88c20;
--plastic-carrot:#f75e22;
--raiden-s-fury:#e63f28;
--bricky-brick:#b33a1e;
}