Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8ca2;
}
.river-blue {
color: #39b1c6;
}
.aquamarine-blue {
color: #6ed5e2;
}
.ganon-blue {
color: #a3e7f5;
}
.zh-n-zh-b-i-pearl {
color: #f5f9f9;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8ca2;
--river-blue:#39b1c6;
--aquamarine-blue:#6ed5e2;
--ganon-blue:#a3e7f5;
--zh-n-zh-b-i-pearl:#f5f9f9;
}