Color names in this palette
CSS code for this palette
/* CSS */
.burnished-russet {
color: #7c3f2d;
}
.summerset {
color: #c4793b;
}
.honey-glow {
color: #e8b64a;
}
.amber-moon {
color: #f1d1a7;
}
.sandy-beach {
color: #f9e2d2;
}
/* CSS Variables */
:root {
--burnished-russet:#7c3f2d;
--summerset:#c4793b;
--honey-glow:#e8b64a;
--amber-moon:#f1d1a7;
--sandy-beach:#f9e2d2;
}