Color names in this palette
CSS code for this palette
/* CSS */
.tropical-escape {
color: #4cb8b2;
}
.hammam-blue {
color: #6ed8d5;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.icy-wind {
color: #d4f2f1;
}
.bubbles {
color: #e7fefe;
}
/* CSS Variables */
:root {
--tropical-escape:#4cb8b2;
--hammam-blue:#6ed8d5;
--ice-crystal-blue:#a7e2e1;
--icy-wind:#d4f2f1;
--bubbles:#e7fefe;
}