Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.buttery-croissant {
color: #f7e09c;
}
.welcoming-wasp {
color: #f0a800;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--buttery-croissant:#f7e09c;
--welcoming-wasp:#f0a800;
--mandarin-red:#e74d3c;
}