Color names in this palette
CSS code for this palette
/* CSS */
.honey-maple {
color: #a66b59;
}
.familiar-beige {
color: #c8b2a2;
}
.light-lavender-blush {
color: #e2d3d0;
}
.jasmine-flower {
color: #f5e8e0;
}
.ivory-tower {
color: #f9f3f0;
}
/* CSS Variables */
:root {
--honey-maple:#a66b59;
--familiar-beige:#c8b2a2;
--light-lavender-blush:#e2d3d0;
--jasmine-flower:#f5e8e0;
--ivory-tower:#f9f3f0;
}