Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d0aee0;
}
.prom-corsage {
color: #e8c5e5;
}
.grape-taffy {
color: #f1d6f5;
}
.pink-frosting {
color: #f7d4e1;
}
.think-pink {
color: #e3a5bf;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d0aee0;
--prom-corsage:#e8c5e5;
--grape-taffy:#f1d6f5;
--pink-frosting:#f7d4e1;
--think-pink:#e3a5bf;
}