Color names in this palette
CSS code for this palette
/* CSS */
.golden-mushroom {
color: #f5e8d1;
}
.beachy-keen {
color: #e8d0b5;
}
.beech-nut {
color: #d9b29b;
}
.portrait-tone {
color: #c5947d;
}
.silken-chocolate {
color: #b47c5f;
}
/* CSS Variables */
:root {
--golden-mushroom:#f5e8d1;
--beachy-keen:#e8d0b5;
--beech-nut:#d9b29b;
--portrait-tone:#c5947d;
--silken-chocolate:#b47c5f;
}