Color names in this palette
CSS code for this palette
/* CSS */
.delicate-lace {
color: #f2e6d4;
}
.melanie {
color: #e1b7c1;
}
.exquisite {
color: #c69fbc;
}
.usu-pink {
color: #a77b9d;
}
.vibrant-orchid {
color: #814b80;
}
/* CSS Variables */
:root {
--delicate-lace:#f2e6d4;
--melanie:#e1b7c1;
--exquisite:#c69fbc;
--usu-pink:#a77b9d;
--vibrant-orchid:#814b80;
}