Color names in this palette
CSS code for this palette
/* CSS */
.aruba-blue {
color: #7dd2d8;
}
.clean-pool {
color: #4cc8e1;
}
.bath-water {
color: #8ef0f5;
}
.fairy-sparkles {
color: #b1e5f7;
}
.glassmith {
color: #3fb4c6;
}
/* CSS Variables */
:root {
--aruba-blue:#7dd2d8;
--clean-pool:#4cc8e1;
--bath-water:#8ef0f5;
--fairy-sparkles:#b1e5f7;
--glassmith:#3fb4c6;
}