Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.marigold {
color: #ffc105;
}
.smashing-pumpkins {
color: #ff5724;
}
.karimun-blue {
color: #2094f3;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--marigold:#ffc105;
--smashing-pumpkins:#ff5724;
--karimun-blue:#2094f3;
--hollandaise:#ffec3d;
}