Color names in this palette
CSS code for this palette
/* CSS */
.winter-s-day {
color: #e0f6ff;
}
.terrace-pool {
color: #a3d6e0;
}
.glacier-lake {
color: #65b2c3;
}
.mysterious-blue {
color: #3a7c88;
}
.atlantic-deep {
color: #2c4c54;
}
/* CSS Variables */
:root {
--winter-s-day:#e0f6ff;
--terrace-pool:#a3d6e0;
--glacier-lake:#65b2c3;
--mysterious-blue:#3a7c88;
--atlantic-deep:#2c4c54;
}