Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.diluted-blue {
color: #b7dff1;
}
.winter-s-day {
color: #e0f7ff;
}
.everlasting-ice {
color: #f5faf9;
}
.aqua-island {
color: #a2d7d7;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--diluted-blue:#b7dff1;
--winter-s-day:#e0f7ff;
--everlasting-ice:#f5faf9;
--aqua-island:#a2d7d7;
}