Color names in this palette
CSS code for this palette
/* CSS */
.stizza {
color: #8e0b16;
}
.calypso-berry {
color: #c23d4d;
}
.rozowy-pink {
color: #f1a7b8;
}
.lovelight {
color: #f9d7d8;
}
.pearl-sugar {
color: #f4f1eb;
}
/* CSS Variables */
:root {
--stizza:#8e0b16;
--calypso-berry:#c23d4d;
--rozowy-pink:#f1a7b8;
--lovelight:#f9d7d8;
--pearl-sugar:#f4f1eb;
}