Color names in this palette
CSS code for this palette
/* CSS */
.sable-cloaked {
color: #c5a7a0;
}
.warming-peach {
color: #e2baa2;
}
.willow-tree-mouse {
color: #c7d5b8;
}
.eugenia {
color: #f2e8d4;
}
.filtered-forest {
color: #b8e0d2;
}
/* CSS Variables */
:root {
--sable-cloaked:#c5a7a0;
--warming-peach:#e2baa2;
--willow-tree-mouse:#c7d5b8;
--eugenia:#f2e8d4;
--filtered-forest:#b8e0d2;
}