Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.dream-land {
color: #f0b2e7;
}
.dr-white {
color: #faf8fc;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--dream-land:#f0b2e7;
--dr-white:#faf8fc;
--grapefruit-pulp:#ff6e61;
}