Color names in this palette
CSS code for this palette
/* CSS */
.luxurious {
color: #d4b759;
}
.hashibami-brown {
color: #bfa76e;
}
.cocoa-whip {
color: #a18e7d;
}
.touch-of-class {
color: #8d6f6d;
}
.semi-sweet {
color: #6a4f4d;
}
/* CSS Variables */
:root {
--luxurious:#d4b759;
--hashibami-brown:#bfa76e;
--cocoa-whip:#a18e7d;
--touch-of-class:#8d6f6d;
--semi-sweet:#6a4f4d;
}