Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.maximum-blue-green {
color: #2dbcbe;
}
.hammam-blue {
color: #5ddfd6;
}
.everest {
color: #a1e3e2;
}
.distant-horizon {
color: #f2f8f7;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--maximum-blue-green:#2dbcbe;
--hammam-blue:#5ddfd6;
--everest:#a1e3e2;
--distant-horizon:#f2f8f7;
}