Color names in this palette
CSS code for this palette
/* CSS */
.silver-moon {
color: #d9d6c9;
}
.rose-aspect {
color: #f0c7c7;
}
.peachskin {
color: #e1b2b2;
}
.nature-spirits {
color: #c9c9b1;
}
.ballie-scott-sage {
color: #b2b29f;
}
/* CSS Variables */
:root {
--silver-moon:#d9d6c9;
--rose-aspect:#f0c7c7;
--peachskin:#e1b2b2;
--nature-spirits:#c9c9b1;
--ballie-scott-sage:#b2b29f;
}