Color names in this palette
CSS code for this palette
/* CSS */
.prophetic-sea {
color: #7d8a9b;
}
.country-air {
color: #a1b6c9;
}
.falling-tears {
color: #c2d7e0;
}
.clear-vision {
color: #e4f2f6;
}
.warm-fuzzies {
color: #f7e2cf;
}
/* CSS Variables */
:root {
--prophetic-sea:#7d8a9b;
--country-air:#a1b6c9;
--falling-tears:#c2d7e0;
--clear-vision:#e4f2f6;
--warm-fuzzies:#f7e2cf;
}