Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.lemon-whisper {
color: #ffb30f;
}
.lake-thun {
color: #4dc5e0;
}
.green-ribbon {
color: #2b883c;
}
.kacey-s-pink {
color: #e94984;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--lemon-whisper:#ffb30f;
--lake-thun:#4dc5e0;
--green-ribbon:#2b883c;
--kacey-s-pink:#e94984;
}