Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a3;
}
.dream-of-spring {
color: #f6d12c;
}
.epicurean-orange {
color: #ef6b06;
}
.chi-gong {
color: #da2e2b;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a3;
--dream-of-spring:#f6d12c;
--epicurean-orange:#ef6b06;
--chi-gong:#da2e2b;
}