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