Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d1a4df;
}
.desire-pink {
color: #f1c6d3;
}
.full-moon {
color: #f5f4e0;
}
.peach-patch {
color: #f3d6a0;
}
.goldsmith {
color: #f0b14c;
}
/* CSS Variables */
:root {
--spring-wisteria:#d1a4df;
--desire-pink:#f1c6d3;
--full-moon:#f5f4e0;
--peach-patch:#f3d6a0;
--goldsmith:#f0b14c;
}