Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.deco-pink {
color: #f6c1ce;
}
.frolic {
color: #f8e7e2;
}
.manga-pink {
color: #f4b8d7;
}
.majestic-magenta {
color: #e74b8c;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--deco-pink:#f6c1ce;
--frolic:#f8e7e2;
--manga-pink:#f4b8d7;
--majestic-magenta:#e74b8c;
}