Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.blue-jeans {
color: #5ab1e7;
}
.deluxe-days {
color: #8cc8e8;
}
.light-shimmer {
color: #a4d5ef;
}
.snowdrift-glow {
color: #d5e6f1;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--blue-jeans:#5ab1e7;
--deluxe-days:#8cc8e8;
--light-shimmer:#a4d5ef;
--snowdrift-glow:#d5e6f1;
}