Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.sunflower-mango {
color: #ffb700;
}
.matcha-powder {
color: #a0d100;
}
.krishna-blue {
color: #00b2ff;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--sunflower-mango:#ffb700;
--matcha-powder:#a0d100;
--krishna-blue:#00b2ff;
--digital-violets:#a600ff;
}