Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7a1f3c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.barely-bloomed {
color: #d6a8e1;
}
.imperial {
color: #592c6d;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--brown-magenta:#7a1f3c;
--grapefruit-pulp:#ff6e61;
--barely-bloomed:#d6a8e1;
--imperial:#592c6d;
--matt-pink:#ffb3c1;
}