Color names in this palette
CSS code for this palette
/* CSS */
.informal-ivory {
color: #f1e7d0;
}
.canvas-luggage {
color: #e2d7c5;
}
.aspen-branch {
color: #c6bcae;
}
.the-blarney-stone {
color: #a89f8a;
}
.shadow-woods {
color: #8b7b5b;
}
/* CSS Variables */
:root {
--informal-ivory:#f1e7d0;
--canvas-luggage:#e2d7c5;
--aspen-branch:#c6bcae;
--the-blarney-stone:#a89f8a;
--shadow-woods:#8b7b5b;
}