Color names in this palette
CSS code for this palette
/* CSS */
.light-sea-cliff {
color: #b5d5e8;
}
.sea-cliff {
color: #a3c7e0;
}
.scott-base {
color: #6aa1c8;
}
.atlantic-gull {
color: #4a8bb0;
}
.lochmara {
color: #306d9c;
}
/* CSS Variables */
:root {
--light-sea-cliff:#b5d5e8;
--sea-cliff:#a3c7e0;
--scott-base:#6aa1c8;
--atlantic-gull:#4a8bb0;
--lochmara:#306d9c;
}