Color names in this palette
CSS code for this palette
/* CSS */
.rare-grey {
color: #a5a49c;
}
.saturn-grey {
color: #b7b29e;
}
.cyrus-grass {
color: #d1c5a8;
}
.lotus-pod {
color: #e7d7c1;
}
.chamois-cloth {
color: #f0e2d1;
}
/* CSS Variables */
:root {
--rare-grey:#a5a49c;
--saturn-grey:#b7b29e;
--cyrus-grass:#d1c5a8;
--lotus-pod:#e7d7c1;
--chamois-cloth:#f0e2d1;
}