Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.hollandaise {
color: #ffec3d;
}
.smashing-pumpkins {
color: #ff5724;
}
.capri {
color: #00bfff;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--hollandaise:#ffec3d;
--smashing-pumpkins:#ff5724;
--capri:#00bfff;
--sasquatch-socks:#ff4281;
}