Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b5c7e8;
}
.sky-high {
color: #a0c0e9;
}
.carolina-blue {
color: #8bb7f8;
}
.guilliman-blue {
color: #6a91e7;
}
.cornflower {
color: #5070d7;
}
/* CSS Variables */
:root {
--radar:#b5c7e8;
--sky-high:#a0c0e9;
--carolina-blue:#8bb7f8;
--guilliman-blue:#6a91e7;
--cornflower:#5070d7;
}