Color names in this palette
CSS code for this palette
/* CSS */
.dust-of-the-moon {
color: #d0c8df;
}
.conclave {
color: #a7b8d7;
}
.jordy-blue {
color: #7ca5df;
}
.blue-paradise {
color: #5396c6;
}
.blue-splash {
color: #2e85b8;
}
/* CSS Variables */
:root {
--dust-of-the-moon:#d0c8df;
--conclave:#a7b8d7;
--jordy-blue:#7ca5df;
--blue-paradise:#5396c6;
--blue-splash:#2e85b8;
}