Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8b9f;
}
.tropical-escape {
color: #4cb8b2;
}
.downy {
color: #75d1c0;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--waikiki:#1e8b9f;
--tropical-escape:#4cb8b2;
--downy:#75d1c0;
--ice-crystal-blue:#a6e7e1;
--distant-horizon:#f1f9f8;
}