Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.lemon-whisper {
color: #ffb30f;
}
.blue-raspberry {
color: #15b8e5;
}
.peppy {
color: #6ed4b8;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--lemon-whisper:#ffb30f;
--blue-raspberry:#15b8e5;
--peppy:#6ed4b8;
--reddish-pink:#ff2e54;
}