Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.shocking-orange {
color: #ff6d1f;
}
.safety-yellow {
color: #f0d400;
}
.sasquatch-socks {
color: #ff4d7f;
}
.delicate-girl-blue {
color: #65b2c8;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--shocking-orange:#ff6d1f;
--safety-yellow:#f0d400;
--sasquatch-socks:#ff4d7f;
--delicate-girl-blue:#65b2c8;
}