Color names in this palette
CSS code for this palette
/* CSS */
.venetian-nights {
color: #7c4dff;
}
.purple-hedonist {
color: #a66bff;
}
.testosterose {
color: #e4a8ff;
}
.sugarwinkle {
color: #ffc2e2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--venetian-nights:#7c4dff;
--purple-hedonist:#a66bff;
--testosterose:#e4a8ff;
--sugarwinkle:#ffc2e2;
--grapefruit-pulp:#ff6e61;
}