Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.pleasing-pink {
color: #f6cbd1;
}
.pork-belly {
color: #f7dee7;
}
.pale-lilac {
color: #d7b7c2;
}
.bouquet {
color: #a67d95;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--pleasing-pink:#f6cbd1;
--pork-belly:#f7dee7;
--pale-lilac:#d7b7c2;
--bouquet:#a67d95;
}