Color names in this palette
CSS code for this palette
/* CSS */
.old-fashioned-pink {
color: #f5c7ce;
}
.love-spell {
color: #f7b6c4;
}
.rozowy-pink {
color: #f1a7b9;
}
.pink-carnation {
color: #ef7b9e;
}
.camellia-rose {
color: #ef4d6b;
}
/* CSS Variables */
:root {
--old-fashioned-pink:#f5c7ce;
--love-spell:#f7b6c4;
--rozowy-pink:#f1a7b9;
--pink-carnation:#ef7b9e;
--camellia-rose:#ef4d6b;
}