Color names in this palette
CSS code for this palette
/* CSS */
.iris-blue {
color: #00b2d1;
}
.water-nymph {
color: #80d3e0;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.ice-citadel {
color: #b4f3f3;
}
.sweet-romance {
color: #ffc2d9;
}
/* CSS Variables */
:root {
--iris-blue:#00b2d1;
--water-nymph:#80d3e0;
--ice-crystal-blue:#a6e7e1;
--ice-citadel:#b4f3f3;
--sweet-romance:#ffc2d9;
}