Color names in this palette
CSS code for this palette
/* CSS */
.weekend-retreat {
color: #ebc1ad;
}
.beech-nut {
color: #d9b29b;
}
.peanut-butter-crust {
color: #c89f88;
}
.brick-dust {
color: #a8695d;
}
.egyptian-jasper {
color: #794a39;
}
/* CSS Variables */
:root {
--weekend-retreat:#ebc1ad;
--beech-nut:#d9b29b;
--peanut-butter-crust:#c89f88;
--brick-dust:#a8695d;
--egyptian-jasper:#794a39;
}