Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a4;
}
.sunny-mood {
color: #f7c94b;
}
.orange-soda {
color: #f65b3c;
}
.chin-chin-cherry {
color: #d82c5a;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a4;
--sunny-mood:#f7c94b;
--orange-soda:#f65b3c;
--chin-chin-cherry:#d82c5a;
}