Color names in this palette
CSS code for this palette
/* CSS */
.vast-desert {
color: #c2af99;
}
.sand-pearl {
color: #e6d5b7;
}
.gold-plate {
color: #e6ba8e;
}
.durian {
color: #b47c3c;
}
.chocolate-rain {
color: #6d4d2c;
}
/* CSS Variables */
:root {
--vast-desert:#c2af99;
--sand-pearl:#e6d5b7;
--gold-plate:#e6ba8e;
--durian:#b47c3c;
--chocolate-rain:#6d4d2c;
}