Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.della-robbia-blue {
color: #7b9acc;
}
.blissful-blue {
color: #b2c7d7;
}
.butter-cream {
color: #f5b042;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--della-robbia-blue:#7b9acc;
--blissful-blue:#b2c7d7;
--butter-cream:#f5b042;
--kacey-s-pink:#e94e77;
}