Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-mango {
color: #ffb700;
}
.super-saiyan {
color: #ffdd00;
}
.middle-yellow {
color: #ffea00;
}
.giraffe {
color: #fffc33;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--sunflower-mango:#ffb700;
--super-saiyan:#ffdd00;
--middle-yellow:#ffea00;
--giraffe:#fffc33;
--star:#ffe500;
}