Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d6b2e1;
}
.favorite-lavender {
color: #cfa1d4;
}
.prominent-pink {
color: #d59ac3;
}
.light-orchid {
color: #e6a7da;
}
.dream-land {
color: #f1b1e5;
}
/* CSS Variables */
:root {
--pretty-petunia:#d6b2e1;
--favorite-lavender:#cfa1d4;
--prominent-pink:#d59ac3;
--light-orchid:#e6a7da;
--dream-land:#f1b1e5;
}