Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.crayola-orange {
color: #f8733a;
}
.california-sunset {
color: #c91d4d;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--creamy-sweet-corn:#f9c54e;
--crayola-orange:#f8733a;
--california-sunset:#c91d4d;
}