Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f3a5b6;
}
.i-pink-i-can {
color: #d57c8c;
}
.cosmetic-red {
color: #a65e7b;
}
.magenta-violet {
color: #6b508b;
}
.mystic-nights {
color: #4b2b6e;
}
/* CSS Variables */
:root {
--rozowy-pink:#f3a5b6;
--i-pink-i-can:#d57c8c;
--cosmetic-red:#a65e7b;
--magenta-violet:#6b508b;
--mystic-nights:#4b2b6e;
}