Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.aztec-sky {
color: #4fb8d8;
}
.sunny-mood {
color: #f7c94b;
}
.chinese-orange {
color: #f16f3b;
}
.khmer-curry {
color: #eb5656;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--aztec-sky:#4fb8d8;
--sunny-mood:#f7c94b;
--chinese-orange:#f16f3b;
--khmer-curry:#eb5656;
}