Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.flush-orange {
color: #ff6e00;
}
.sasquatch-socks {
color: #ff4281;
}
.purple-pristine {
color: #7b2dae;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--flush-orange:#ff6e00;
--sasquatch-socks:#ff4281;
--purple-pristine:#7b2dae;
--soviet-gold:#ffd900;
}