Color names in this palette
CSS code for this palette
/* CSS */
.rock-n-oak {
color: #8b7a5b;
}
.apple-hill {
color: #a8a08f;
}
.velvet-beige {
color: #d2c5b2;
}
.focus {
color: #e5e1d1;
}
.angel-s-feather {
color: #f3f1e7;
}
/* CSS Variables */
:root {
--rock-n-oak:#8b7a5b;
--apple-hill:#a8a08f;
--velvet-beige:#d2c5b2;
--focus:#e5e1d1;
--angel-s-feather:#f3f1e7;
}