CSS code for this palette
/* CSS */
.radar {
color: #b3c7e6;
}
.boudoir-blue {
color: #7ea2d7;
}
.blue-sonki {
color: #498ad4;
}
.blues {
color: #2b6b9c;
}
.theatre-blue {
color: #1f4c7a;
}
/* CSS Variables */
:root {
--radar:#b3c7e6;
--boudoir-blue:#7ea2d7;
--blue-sonki:#498ad4;
--blues:#2b6b9c;
--theatre-blue:#1f4c7a;
}