Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.aztec-sky {
color: #4eb7d4;
}
.turkish-turquoise {
color: #72e1e9;
}
.sunny-mood {
color: #f7c94b;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--aztec-sky:#4eb7d4;
--turkish-turquoise:#72e1e9;
--sunny-mood:#f7c94b;
--durotar-fire:#f15a27;
}