Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.sunny-mood {
color: #f7c94b;
}
.mustard-crusted-salmon {
color: #f27e40;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--sunny-mood:#f7c94b;
--mustard-crusted-salmon:#f27e40;
--bacon-strips:#e13e33;
}