Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a4d9e5;
}
.wash-me {
color: #f8fafc;
}
.fairy-sparkles {
color: #b1e3f7;
}
.nevada-sky {
color: #a0d8e9;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--havana-blue:#a4d9e5;
--wash-me:#f8fafc;
--fairy-sparkles:#b1e3f7;
--nevada-sky:#a0d8e9;
--winter-s-day:#e0f7ff;
}