Color names in this palette
CSS code for this palette
/* CSS */
.underwater-realm {
color: #292c65;
}
.twilight {
color: #4d508f;
}
.regal-azure {
color: #6e74af;
}
.dalmatian-sage {
color: #9e9edc;
}
.pale-phthalo-blue {
color: #d1d3ff;
}
/* CSS Variables */
:root {
--underwater-realm:#292c65;
--twilight:#4d508f;
--regal-azure:#6e74af;
--dalmatian-sage:#9e9edc;
--pale-phthalo-blue:#d1d3ff;
}