Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.moth-orchid {
color: #d6006f;
}
.shy-guy-red {
color: #ad005c;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--moth-orchid:#d6006f;
--shy-guy-red:#ad005c;
}