Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.eros-pink {
color: #c84c6b;
}
.sweet-flag {
color: #6a3d99;
}
.purple-door {
color: #2d0b47;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--eros-pink:#c84c6b;
--sweet-flag:#6a3d99;
--purple-door:#2d0b47;
}