Color names in this palette
CSS code for this palette
/* CSS */
.husky {
color: #e0e8ff;
}
.crystal {
color: #a7dadc;
}
.winter-oasis {
color: #f2faef;
}
.fire-yellow {
color: #ffba0a;
}
.retro-pink-pop {
color: #ff0571;
}
/* CSS Variables */
:root {
--husky:#e0e8ff;
--crystal:#a7dadc;
--winter-oasis:#f2faef;
--fire-yellow:#ffba0a;
--retro-pink-pop:#ff0571;
}