Color names in this palette
CSS code for this palette
/* CSS */
.almost-pink {
color: #f0e3db;
}
.autumn-haze {
color: #d4c2af;
}
.light-spice {
color: #b4a28e;
}
.prairie-grove {
color: #8d7c5e;
}
.moss-rock {
color: #5e5b4a;
}
/* CSS Variables */
:root {
--almost-pink:#f0e3db;
--autumn-haze:#d4c2af;
--light-spice:#b4a28e;
--prairie-grove:#8d7c5e;
--moss-rock:#5e5b4a;
}