Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.broom-butterfly-blue {
color: #6fafdc;
}
.atlantic-gull {
color: #4b8db4;
}
.bering-wave {
color: #3b6c87;
}
.microwave-blue {
color: #305055;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--broom-butterfly-blue:#6fafdc;
--atlantic-gull:#4b8db4;
--bering-wave:#3b6c87;
--microwave-blue:#305055;
}