Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1b7f9d;
}
.tint-of-turquoise {
color: #3cc3b3;
}
.hammam-blue {
color: #69e2d2;
}
.oasis-stream {
color: #9ef0e2;
}
.melting-glacier {
color: #e8f8f3;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1b7f9d;
--tint-of-turquoise:#3cc3b3;
--hammam-blue:#69e2d2;
--oasis-stream:#9ef0e2;
--melting-glacier:#e8f8f3;
}