Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a35db6;
}
.rosecco {
color: #eab8e4;
}
.banan-appeal {
color: #f7f0a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a35db6;
--rosecco:#eab8e4;
--banan-appeal:#f7f0a6;
--grapefruit-pulp:#ff6e61;
}