Color names in this palette
CSS code for this palette
/* CSS */
.berry-pie {
color: #4e6e8d;
}
.laundry-blue {
color: #a2b0b4;
}
.soft-suede {
color: #d9cbaf;
}
.sahara-shade {
color: #e5aa5d;
}
.rusty-chainmail {
color: #c94a4f;
}
/* CSS Variables */
:root {
--berry-pie:#4e6e8d;
--laundry-blue:#a2b0b4;
--soft-suede:#d9cbaf;
--sahara-shade:#e5aa5d;
--rusty-chainmail:#c94a4f;
}