Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.kindred {
color: #6ea5d8;
}
.azure-blue {
color: #4b8dc3;
}
.deep-water {
color: #2b6ea1;
}
.bright-midnight-blue {
color: #1b4a79;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--kindred:#6ea5d8;
--azure-blue:#4b8dc3;
--deep-water:#2b6ea1;
--bright-midnight-blue:#1b4a79;
}