Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.sweetheart {
color: #f4c3d6;
}
.poetic-princess {
color: #f8e2e6;
}
.lilac-haze {
color: #d7b7d3;
}
.fleur-de-lis {
color: #a88cca;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--sweetheart:#f4c3d6;
--poetic-princess:#f8e2e6;
--lilac-haze:#d7b7d3;
--fleur-de-lis:#a88cca;
}