Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.saira-red {
color: #ff9ebb;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.shampoo {
color: #ffccf2;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--saira-red:#ff9ebb;
--hot-aquarelle-pink:#ffb3d9;
--shampoo:#ffccf2;
--fairy-wings:#ffebf0;
}