Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.himalayan-balsam {
color: #ff99c9;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.purity {
color: #d7c7e1;
}
.light-blue-glint {
color: #a9d3e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--himalayan-balsam:#ff99c9;
--hot-aquarelle-pink:#ffb3e4;
--purity:#d7c7e1;
--light-blue-glint:#a9d3e0;
}