Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sail-away {
color: #5ab8e7;
}
.middle-blue {
color: #7dd3e8;
}
.blue-bubble {
color: #a5d6e9;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sail-away:#5ab8e7;
--middle-blue:#7dd3e8;
--blue-bubble:#a5d6e9;
--cotton-ball:#f3f8fc;
}