Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.rosy-nectar {
color: #f3c3e1;
}
.pretty-petunia {
color: #dab7e1;
}
.vandermint {
color: #a8e0e6;
}
.intense-jade {
color: #6ecf9b;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--rosy-nectar:#f3c3e1;
--pretty-petunia:#dab7e1;
--vandermint:#a8e0e6;
--intense-jade:#6ecf9b;
}