Color names in this palette
CSS code for this palette
/* CSS */
.east-cape {
color: #b3f4e7;
}
.deep-aquamarine {
color: #78d5e3;
}
.aztec-sky {
color: #4cb8d6;
}
.christmas-blue {
color: #2c8dba;
}
.canoe-blue {
color: #1b506f;
}
/* CSS Variables */
:root {
--east-cape:#b3f4e7;
--deep-aquamarine:#78d5e3;
--aztec-sky:#4cb8d6;
--christmas-blue:#2c8dba;
--canoe-blue:#1b506f;
}