Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3e4c89;
}
.iris-bloom {
color: #5b689a;
}
.lavender-lustre {
color: #8c9bc0;
}
.radar {
color: #b5c7e8;
}
.brilliant-white {
color: #e5efff;
}
/* CSS Variables */
:root {
--dive-in:#3e4c89;
--iris-bloom:#5b689a;
--lavender-lustre:#8c9bc0;
--radar:#b5c7e8;
--brilliant-white:#e5efff;
}