Color names in this palette
CSS code for this palette
/* CSS */
.tan {
color: #d5b26d;
}
.southern-moss {
color: #bea76a;
}
.brandied-apple {
color: #a27d7c;
}
.tropical-orchid {
color: #a38087;
}
.silverware {
color: #b7b8c2;
}
/* CSS Variables */
:root {
--tan:#d5b26d;
--southern-moss:#bea76a;
--brandied-apple:#a27d7c;
--tropical-orchid:#a38087;
--silverware:#b7b8c2;
}