Color names in this palette
CSS code for this palette
/* CSS */
.grey-blueberry {
color: #6c7d93;
}
.herb-blend {
color: #4a8c6b;
}
.delltone {
color: #8fc1a2;
}
.straw-harvest {
color: #dac9a4;
}
.seasonal-beige {
color: #e5b69f;
}
/* CSS Variables */
:root {
--grey-blueberry:#6c7d93;
--herb-blend:#4a8c6b;
--delltone:#8fc1a2;
--straw-harvest:#dac9a4;
--seasonal-beige:#e5b69f;
}