Color names in this palette
CSS code for this palette
/* CSS */
.snowglory {
color: #c8cac4;
}
.salvia {
color: #a7b29f;
}
.diminished-green {
color: #e4e6d6;
}
.terracotta-sand {
color: #d8ba9d;
}
.lavender-suede {
color: #b3a59e;
}
/* CSS Variables */
:root {
--snowglory:#c8cac4;
--salvia:#a7b29f;
--diminished-green:#e4e6d6;
--terracotta-sand:#d8ba9d;
--lavender-suede:#b3a59e;
}