Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.manhattan {
color: #e1b07f;
}
.sunny-mood {
color: #f6c84c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--manhattan:#e1b07f;
--sunny-mood:#f6c84c;
--grapefruit-pulp:#ff6e61;
}