Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.phellodendron-amurense {
color: #f3c539;
}
.pale-pear {
color: #f3df6d;
}
.luminescent-blue {
color: #a6e1e7;
}
.wisteria-purple {
color: #8c5b9a;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--phellodendron-amurense:#f3c539;
--pale-pear:#f3df6d;
--luminescent-blue:#a6e1e7;
--wisteria-purple:#8c5b9a;
}