Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f5d1d1;
}
.funki-porcini {
color: #eb9999;
}
.lively-coral {
color: #e57b7b;
}
.pinkadelic {
color: #c65d5d;
}
.no-more-drama {
color: #a63f3f;
}
/* CSS Variables */
:root {
--pink-dogwood:#f5d1d1;
--funki-porcini:#eb9999;
--lively-coral:#e57b7b;
--pinkadelic:#c65d5d;
--no-more-drama:#a63f3f;
}