Color names in this palette
CSS code for this palette
/* CSS */
.grape-haze {
color: #5d6a89;
}
.hazy-daze {
color: #a3b9c7;
}
.twilight-grey {
color: #d1d4d6;
}
.french-creme {
color: #f2e6cf;
}
.seasonal-beige {
color: #e5b69e;
}
/* CSS Variables */
:root {
--grape-haze:#5d6a89;
--hazy-daze:#a3b9c7;
--twilight-grey:#d1d4d6;
--french-creme:#f2e6cf;
--seasonal-beige:#e5b69e;
}