Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f5e7a3;
}
.buckwheat-groats {
color: #e1d5a8;
}
.pale-olive {
color: #d2c7a3;
}
.distant-valley {
color: #c0b79b;
}
.safari-vest {
color: #b2a690;
}
/* CSS Variables */
:root {
--majestic-treasures:#f5e7a3;
--buckwheat-groats:#e1d5a8;
--pale-olive:#d2c7a3;
--distant-valley:#c0b79b;
--safari-vest:#b2a690;
}