Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.norfolk-sky {
color: #6bb5e6;
}
.azure-blue {
color: #4a8fc4;
}
.blues {
color: #2c6b9b;
}
.terror-from-the-deep {
color: #1b4a69;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--norfolk-sky:#6bb5e6;
--azure-blue:#4a8fc4;
--blues:#2c6b9b;
--terror-from-the-deep:#1b4a69;
}