Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3d4b8a;
}
.waikawa-grey {
color: #5c6f93;
}
.accolade {
color: #7b93b2;
}
.high-style {
color: #a7b4d7;
}
.heavenly-haze {
color: #dad5e2;
}
/* CSS Variables */
:root {
--dive-in:#3d4b8a;
--waikawa-grey:#5c6f93;
--accolade:#7b93b2;
--high-style:#a7b4d7;
--heavenly-haze:#dad5e2;
}