Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.moonlight-melody {
color: #b96eb4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blue-angels-yellow {
color: #fab700;
}
.tropic-turquoise {
color: #65b3a1;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--moonlight-melody:#b96eb4;
--grapefruit-pulp:#ff6e61;
--blue-angels-yellow:#fab700;
--tropic-turquoise:#65b3a1;
}