Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.citrus-surge {
color: #8bc34b;
}
.marigold {
color: #ffc105;
}
.smashing-pumpkins {
color: #ff5724;
}
.roxy-brown {
color: #795649;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--citrus-surge:#8bc34b;
--marigold:#ffc105;
--smashing-pumpkins:#ff5724;
--roxy-brown:#795649;
}