Color names in this palette
CSS code for this palette
/* CSS */
.sandstorm {
color: #f2d440;
}
.barberry-yellow {
color: #f2bb31;
}
.nuclear-mango {
color: #f29c2c;
}
.iceland-poppy {
color: #f27f26;
}
.l-l-red {
color: #d65c24;
}
/* CSS Variables */
:root {
--sandstorm:#f2d440;
--barberry-yellow:#f2bb31;
--nuclear-mango:#f29c2c;
--iceland-poppy:#f27f26;
--l-l-red:#d65c24;
}