Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1c7e9b;
}
.lake-tahoe-turquoise {
color: #39afb1;
}
.hammam-blue {
color: #66d6d1;
}
.ice-citadel {
color: #aff8f6;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1c7e9b;
--lake-tahoe-turquoise:#39afb1;
--hammam-blue:#66d6d1;
--ice-citadel:#aff8f6;
--vapor:#f0ffff;
}