Color names in this palette
CSS code for this palette
/* CSS */
.powdered-gold {
color: #e7d2b1;
}
.vanilla-paste {
color: #f3e8d3;
}
.indian-clay {
color: #f3d0bf;
}
.salmon-fresco {
color: #f9b19f;
}
.sunset-over-the-alps {
color: #fbad89;
}
/* CSS Variables */
:root {
--powdered-gold:#e7d2b1;
--vanilla-paste:#f3e8d3;
--indian-clay:#f3d0bf;
--salmon-fresco:#f9b19f;
--sunset-over-the-alps:#fbad89;
}