Color names in this palette
CSS code for this palette
/* CSS */
.dusty-gold {
color: #d9b99b;
}
.chic-peach {
color: #f0d2c7;
}
.mandys-pink {
color: #f4b79f;
}
.roseberry {
color: #f3a5a0;
}
.squash-bisque {
color: #ebb07f;
}
/* CSS Variables */
:root {
--dusty-gold:#d9b99b;
--chic-peach:#f0d2c7;
--mandys-pink:#f4b79f;
--roseberry:#f3a5a0;
--squash-bisque:#ebb07f;
}