Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.lake-tahoe-turquoise {
color: #3bb0b0;
}
.blue-radiance {
color: #5ccccc;
}
.everest {
color: #a3e6e6;
}
.aijiro-white {
color: #eef6f6;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--lake-tahoe-turquoise:#3bb0b0;
--blue-radiance:#5ccccc;
--everest:#a3e6e6;
--aijiro-white:#eef6f6;
}