Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.melon-melody {
color: #f8c391;
}
.mystic-tulip {
color: #f7b5a1;
}
.guide-pink {
color: #e84a5f;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--melon-melody:#f8c391;
--mystic-tulip:#f7b5a1;
--guide-pink:#e84a5f;
}