Color names in this palette
CSS code for this palette
/* CSS */
.candy-violet {
color: #895f8c;
}
.rose-colored-glasses {
color: #e5c2c2;
}
.aspen-yellow {
color: #f7e0a1;
}
.bile {
color: #b2c200;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--candy-violet:#895f8c;
--rose-colored-glasses:#e5c2c2;
--aspen-yellow:#f7e0a1;
--bile:#b2c200;
--grapefruit-pulp:#ff6e61;
}