Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.hello-summer {
color: #50b4f7;
}
.ionized-air-glow {
color: #5cd6ff;
}
.anna-banana {
color: #f9d648;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--hello-summer:#50b4f7;
--ionized-air-glow:#5cd6ff;
--anna-banana:#f9d648;
--dodgeroll-gold:#f39c12;
}