Color names in this palette
CSS code for this palette
/* CSS */
.husky {
color: #e0e8ff;
}
.night-snow {
color: #b3c6ff;
}
.fennel-flower {
color: #7a9cff;
}
.skinny-jeans {
color: #4d8eff;
}
.beautiful-blue {
color: #1e6bb8;
}
/* CSS Variables */
:root {
--husky:#e0e8ff;
--night-snow:#b3c6ff;
--fennel-flower:#7a9cff;
--skinny-jeans:#4d8eff;
--beautiful-blue:#1e6bb8;
}