Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.lake-tahoe-turquoise {
color: #3bb0b0;
}
.blue-radiance {
color: #5bd7d7;
}
.everest {
color: #a1e3e3;
}
.gram-s-hair {
color: #f3f7f7;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--lake-tahoe-turquoise:#3bb0b0;
--blue-radiance:#5bd7d7;
--everest:#a1e3e3;
--gram-s-hair:#f3f7f7;
}