Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.sugar-rush {
color: #d85f9c;
}
.vivid-viola {
color: #a63f7f;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--sugar-rush:#d85f9c;
--vivid-viola:#a63f7f;
}