Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1a3d;
}
.kimberly {
color: #6b5b8b;
}
.lili-elbe-s-pink {
color: #d7a2b0;
}
.cream-blush {
color: #f8c39b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--kimberly:#6b5b8b;
--lili-elbe-s-pink:#d7a2b0;
--cream-blush:#f8c39b;
--grapefruit-pulp:#ff6e61;
}