Color names in this palette
CSS code for this palette
/* CSS */
.lilac-tan {
color: #d5c8c3;
}
.that-s-atomic {
color: #b0ae8d;
}
.money {
color: #7d9a6a;
}
.winter-green {
color: #4a8c7e;
}
.moonlit-pool {
color: #1e5a5c;
}
/* CSS Variables */
:root {
--lilac-tan:#d5c8c3;
--that-s-atomic:#b0ae8d;
--money:#7d9a6a;
--winter-green:#4a8c7e;
--moonlit-pool:#1e5a5c;
}