Color names in this palette
CSS code for this palette
/* CSS */
.blue-oyster-cult {
color: #4b7bec;
}
.van-gogh-green {
color: #5ecf8b;
}
.vanilla-pudding {
color: #f6e66a;
}
.chat-orange {
color: #f69c3c;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--blue-oyster-cult:#4b7bec;
--van-gogh-green:#5ecf8b;
--vanilla-pudding:#f6e66a;
--chat-orange:#f69c3c;
--kacey-s-pink:#e94e77;
}