Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.saira-red {
color: #ff9eba;
}
.sweet-romance {
color: #ffc2df;
}
.so-this-is-love {
color: #ffe0f2;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--saira-red:#ff9eba;
--sweet-romance:#ffc2df;
--so-this-is-love:#ffe0f2;
--hot-aquarelle-pink:#ffb3d9;
}