Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b3c7e6;
}
.rip-van-periwinkle {
color: #8ea1d7;
}
.little-boy-blue {
color: #6a8ed7;
}
.diva-violet {
color: #4e78c1;
}
.international {
color: #3a65a1;
}
/* CSS Variables */
:root {
--radar:#b3c7e6;
--rip-van-periwinkle:#8ea1d7;
--little-boy-blue:#6a8ed7;
--diva-violet:#4e78c1;
--international:#3a65a1;
}