Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.blush-hour {
color: #ff7092;
}
.hot-aquarelle-pink {
color: #ffb3df;
}
.blush-d-amour {
color: #d65c89;
}
.sullivan-s-heart {
color: #f9c3d3;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--blush-hour:#ff7092;
--hot-aquarelle-pink:#ffb3df;
--blush-d-amour:#d65c89;
--sullivan-s-heart:#f9c3d3;
}