Color names in this palette
CSS code for this palette
/* CSS */
.causeway {
color: #6e7b91;
}
.moon-veil {
color: #8d99b0;
}
.kentucky-blue {
color: #a7b4cd;
}
.beautiful-dream {
color: #b6c8e2;
}
.weathered-blue {
color: #d2e2f9;
}
/* CSS Variables */
:root {
--causeway:#6e7b91;
--moon-veil:#8d99b0;
--kentucky-blue:#a7b4cd;
--beautiful-dream:#b6c8e2;
--weathered-blue:#d2e2f9;
}