Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.maldives {
color: #00bdd6;
}
.smashing-pumpkins {
color: #ff5724;
}
.marigold {
color: #ffc105;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--maldives:#00bdd6;
--smashing-pumpkins:#ff5724;
--marigold:#ffc105;
--citrus-surge:#8bc34b;
}