Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.vintage-orange {
color: #ffb35c;
}
.vanilla-pudding {
color: #f5e370;
}
.drift-on-the-sea {
color: #87c9f7;
}
.skinny-jeans {
color: #4d8bff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--vintage-orange:#ffb35c;
--vanilla-pudding:#f5e370;
--drift-on-the-sea:#87c9f7;
--skinny-jeans:#4d8bff;
}