Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b8;
}
.miami-pink {
color: #f9c3d8;
}
.first-crush {
color: #f8e2ea;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.blush-hour {
color: #ff7094;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b8;
--miami-pink:#f9c3d8;
--first-crush:#f8e2ea;
--hot-aquarelle-pink:#ffb3e0;
--blush-hour:#ff7094;
}