Color names in this palette
CSS code for this palette
/* CSS */
.dusty-gold {
color: #d9b99b;
}
.pure-beige {
color: #e7d0c5;
}
.almost-pink {
color: #f1e3da;
}
.sandy-bay {
color: #f9d6b4;
}
.antique-cameo {
color: #f3b7a0;
}
/* CSS Variables */
:root {
--dusty-gold:#d9b99b;
--pure-beige:#e7d0c5;
--almost-pink:#f1e3da;
--sandy-bay:#f9d6b4;
--antique-cameo:#f3b7a0;
}