Color names in this palette
CSS code for this palette
/* CSS */
.punch-out-glove {
color: #6b8eff;
}
.shy-moment {
color: #b2a3ff;
}
.rich-brilliant-lavender {
color: #f1a8ff;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--punch-out-glove:#6b8eff;
--shy-moment:#b2a3ff;
--rich-brilliant-lavender:#f1a8ff;
--hot-aquarelle-pink:#ffb3e4;
--blush-hour:#ff7092;
}