Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.fresh-pineapple {
color: #f6d44c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--fresh-pineapple:#f6d44c;
--grapefruit-pulp:#ff6e61;
--dodgeroll-gold:#f39c12;
}