Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.wisteria {
color: #a77ccb;
}
.shadow-azalea-pink {
color: #e46c94;
}
.ginger-milk {
color: #f7a355;
}
.deep-fried-sun-rays {
color: #f5c661;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--wisteria:#a77ccb;
--shadow-azalea-pink:#e46c94;
--ginger-milk:#f7a355;
--deep-fried-sun-rays:#f5c661;
}