Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.squash-blossom {
color: #f6b83c;
}
.saffron-gold {
color: #f08c00;
}
.fever {
color: #e84a4a;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--squash-blossom:#f6b83c;
--saffron-gold:#f08c00;
--fever:#e84a4a;
}