Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3c5a9a;
}
.grant-village {
color: #6a8faf;
}
.dancing-in-the-rain {
color: #aac5d5;
}
.clear-skies {
color: #e5f7ff;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--muted-lavender:#3c5a9a;
--grant-village:#6a8faf;
--dancing-in-the-rain:#aac5d5;
--clear-skies:#e5f7ff;
--white:#ffffff;
}