Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.alpine-sky {
color: #7ab4d1;
}
.atlantic-gull {
color: #4a93b0;
}
.turkish-stone {
color: #2c7990;
}
.suez-canal {
color: #1e5e7b;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--alpine-sky:#7ab4d1;
--atlantic-gull:#4a93b0;
--turkish-stone:#2c7990;
--suez-canal:#1e5e7b;
}