Color names in this palette
CSS code for this palette
/* CSS */
.chinaberry-bloom {
color: #d8c0d1;
}
.waddles-pink {
color: #f1a7ca;
}
.friendly-yellow {
color: #f6e2b1;
}
.mint-parfait {
color: #b9e4b9;
}
.porsche {
color: #e1a35b;
}
/* CSS Variables */
:root {
--chinaberry-bloom:#d8c0d1;
--waddles-pink:#f1a7ca;
--friendly-yellow:#f6e2b1;
--mint-parfait:#b9e4b9;
--porsche:#e1a35b;
}