Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sail-away {
color: #4fb4e3;
}
.middle-blue {
color: #78d3e8;
}
.botanical-tint {
color: #a5e3d6;
}
.lazy-daisy {
color: #f6e8a2;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sail-away:#4fb4e3;
--middle-blue:#78d3e8;
--botanical-tint:#a5e3d6;
--lazy-daisy:#f6e8a2;
}