Color names in this palette
CSS code for this palette
/* CSS */
.iris-blue {
color: #00b2d1;
}
.light-sky-babe {
color: #9fd2df;
}
.clear-vision {
color: #e4f2f6;
}
.lavender-candy {
color: #ffb3d4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--iris-blue:#00b2d1;
--light-sky-babe:#9fd2df;
--clear-vision:#e4f2f6;
--lavender-candy:#ffb3d4;
--blush-hour:#ff7092;
}