Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b5c7e8;
}
.blue-shutters {
color: #90bae9;
}
.baja-blue {
color: #6da7d9;
}
.boat-house {
color: #4a8cbf;
}
.star-sapphire {
color: #3a6b9c;
}
/* CSS Variables */
:root {
--radar:#b5c7e8;
--blue-shutters:#90bae9;
--baja-blue:#6da7d9;
--boat-house:#4a8cbf;
--star-sapphire:#3a6b9c;
}