Color names in this palette
CSS code for this palette
/* CSS */
.high-style-beige {
color: #e5d8c2;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.oxford-tan {
color: #b9a99d;
}
.frosted-cocoa {
color: #a79d90;
}
.warrior {
color: #7a695c;
}
/* CSS Variables */
:root {
--high-style-beige:#e5d8c2;
--lover-s-hideaway:#d1c6b3;
--oxford-tan:#b9a99d;
--frosted-cocoa:#a79d90;
--warrior:#7a695c;
}