Color names in this palette
CSS code for this palette
/* CSS */
.brandy-snaps {
color: #b58e8c;
}
.sugar-pie {
color: #c6a87b;
}
.tostada {
color: #e5c29a;
}
.friendly-yellow {
color: #f6e2b1;
}
.bird-s-egg-green {
color: #a9c7b9;
}
/* CSS Variables */
:root {
--brandy-snaps:#b58e8c;
--sugar-pie:#c6a87b;
--tostada:#e5c29a;
--friendly-yellow:#f6e2b1;
--bird-s-egg-green:#a9c7b9;
}