Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.atlantic-gull {
color: #4b8caf;
}
.thredbo {
color: #73c1d9;
}
.blizzard-blue {
color: #a3e6f0;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--atlantic-gull:#4b8caf;
--thredbo:#73c1d9;
--blizzard-blue:#a3e6f0;
--zh-n-zh-b-i-pearl:#f6f8f9;
}