Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.esprit-peach {
color: #ffc29e;
}
.kisses-and-hugs {
color: #ff667d;
}
.purity {
color: #d6c8e0;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--esprit-peach:#ffc29e;
--kisses-and-hugs:#ff667d;
--purity:#d6c8e0;
}