Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e899f;
}
.glimpse {
color: #4ab8c9;
}
.aruba-blue {
color: #7cd3d5;
}
.freezy-breezy {
color: #a0ecee;
}
.anti-flash-white {
color: #f1f3f4;
}
/* CSS Variables */
:root {
--waikiki:#1e899f;
--glimpse:#4ab8c9;
--aruba-blue:#7cd3d5;
--freezy-breezy:#a0ecee;
--anti-flash-white:#f1f3f4;
}