Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-mango {
color: #ffb700;
}
.heat-wave {
color: #ff7b00;
}
.coquelicot {
color: #ff3c00;
}
.hawaiian-raspberry {
color: #ff0051;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--sunflower-mango:#ffb700;
--heat-wave:#ff7b00;
--coquelicot:#ff3c00;
--hawaiian-raspberry:#ff0051;
--digital-violets:#a600ff;
}