Color names in this palette
CSS code for this palette
/* CSS */
.howdy-neighbor {
color: #f8e4c9;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.auric-armour-gold {
color: #e8b96d;
}
.rob-roy {
color: #deae54;
}
.suzani-gold {
color: #c3943c;
}
/* CSS Variables */
:root {
--howdy-neighbor:#f8e4c9;
--antique-wicker-basket:#f3d2a0;
--auric-armour-gold:#e8b96d;
--rob-roy:#deae54;
--suzani-gold:#c3943c;
}