Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.sweetheart {
color: #f4c3d6;
}
.first-impression {
color: #f5e5e8;
}
.y-sh-b-i-white {
color: #bfe3e0;
}
.throat-chakra {
color: #6bd1d6;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--sweetheart:#f4c3d6;
--first-impression:#f5e5e8;
--y-sh-b-i-white:#bfe3e0;
--throat-chakra:#6bd1d6;
}