Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a3;
}
.sunny-mood {
color: #f7c94b;
}
.chinese-orange {
color: #f56e3d;
}
.red-clown {
color: #d93b36;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a3;
--sunny-mood:#f7c94b;
--chinese-orange:#f56e3d;
--red-clown:#d93b36;
}