Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.caicos-turquoise {
color: #2cb5b5;
}
.blue-radiance {
color: #5cd6d6;
}
.freezy-breezy {
color: #93f1f1;
}
.winter-meadow {
color: #b4fef9;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--caicos-turquoise:#2cb5b5;
--blue-radiance:#5cd6d6;
--freezy-breezy:#93f1f1;
--winter-meadow:#b4fef9;
}