Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f4a4b7;
}
.sweetheart {
color: #f1c6d9;
}
.mette-penne {
color: #f8e1d3;
}
.flower-hat-jellyfish {
color: #f9d695;
}
.dent-corn {
color: #f4b61a;
}
/* CSS Variables */
:root {
--rozowy-pink:#f4a4b7;
--sweetheart:#f1c6d9;
--mette-penne:#f8e1d3;
--flower-hat-jellyfish:#f9d695;
--dent-corn:#f4b61a;
}