Color names in this palette
CSS code for this palette
/* CSS */
.sea-bed {
color: #2a808d;
}
.crystalsong-blue {
color: #4eb7b3;
}
.hammam-blue {
color: #6eddd4;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--sea-bed:#2a808d;
--crystalsong-blue:#4eb7b3;
--hammam-blue:#6eddd4;
--ice-crystal-blue:#a4e5e0;
--milky-way:#e4f6f6;
}