Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.tostada {
color: #e5c29a;
}
.italian-straw {
color: #e8d1a1;
}
.spiced-cashews {
color: #d4b082;
}
.medallion {
color: #c2a67a;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--tostada:#e5c29a;
--italian-straw:#e8d1a1;
--spiced-cashews:#d4b082;
--medallion:#c2a67a;
}