Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.pink-eraser {
color: #f29c9d;
}
.cheater {
color: #f5b05c;
}
.energy-yellow {
color: #f6d851;
}
.grape-green {
color: #a7e3a1;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--pink-eraser:#f29c9d;
--cheater:#f5b05c;
--energy-yellow:#f6d851;
--grape-green:#a7e3a1;
}