Color names in this palette
CSS code for this palette
/* CSS */
.first-daughter {
color: #f8d3d8;
}
.rozowy-pink {
color: #f2a6b8;
}
.paris-pink {
color: #d86992;
}
.exuberant-pink {
color: #b54a7a;
}
.flirt {
color: #7c2d53;
}
/* CSS Variables */
:root {
--first-daughter:#f8d3d8;
--rozowy-pink:#f2a6b8;
--paris-pink:#d86992;
--exuberant-pink:#b54a7a;
--flirt:#7c2d53;
}