Color names in this palette
CSS code for this palette
/* CSS */
.flame-angelfish {
color: #ff4c29;
}
.sunflower-mango {
color: #ffb700;
}
.cyber-yellow {
color: #ffd500;
}
.athena-blue {
color: #6bdaff;
}
.vega-violet {
color: #a35cff;
}
/* CSS Variables */
:root {
--flame-angelfish:#ff4c29;
--sunflower-mango:#ffb700;
--cyber-yellow:#ffd500;
--athena-blue:#6bdaff;
--vega-violet:#a35cff;
}