Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.rozowy-pink {
color: #f3a5b7;
}
.melon-mist {
color: #ed7d95;
}
.ponceau {
color: #f45d7b;
}
.raspberry-sorbet {
color: #d83b6d;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--rozowy-pink:#f3a5b7;
--melon-mist:#ed7d95;
--ponceau:#f45d7b;
--raspberry-sorbet:#d83b6d;
}