Color names in this palette
CSS code for this palette
/* CSS */
.pleasing-pink {
color: #f6cbd1;
}
.rozowy-pink {
color: #f1a7b8;
}
.hope {
color: #e77e9f;
}
.flirty-rose {
color: #d65c8d;
}
.middle-safflower {
color: #c34b79;
}
/* CSS Variables */
:root {
--pleasing-pink:#f6cbd1;
--rozowy-pink:#f1a7b8;
--hope:#e77e9f;
--flirty-rose:#d65c8d;
--middle-safflower:#c34b79;
}