Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.montego-bay {
color: #3cb9b9;
}
.blue-radiance {
color: #55d3d3;
}
.blizzard-blue {
color: #a2e7e7;
}
.sparkling-snow {
color: #f2fdfd;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--montego-bay:#3cb9b9;
--blue-radiance:#55d3d3;
--blizzard-blue:#a2e7e7;
--sparkling-snow:#f2fdfd;
}