Color names in this palette
CSS code for this palette
/* CSS */
.grape-haze {
color: #5d6a89;
}
.sterling-blue {
color: #a3b6c2;
}
.light-green-alabaster {
color: #d5d8ca;
}
.limitless {
color: #f1deb7;
}
.coral-fountain {
color: #e3a6a1;
}
/* CSS Variables */
:root {
--grape-haze:#5d6a89;
--sterling-blue:#a3b6c2;
--light-green-alabaster:#d5d8ca;
--limitless:#f1deb7;
--coral-fountain:#e3a6a1;
}