Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.delicate-lilac {
color: #b6aada;
}
.heart-potion {
color: #a97cb1;
}
.cream-puff {
color: #ffb899;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--delicate-lilac:#b6aada;
--heart-potion:#a97cb1;
--cream-puff:#ffb899;
--grapefruit-pulp:#ff6e61;
}