Color names in this palette
CSS code for this palette
/* CSS */
.sea-serpent {
color: #4bc7d8;
}
.river-blue {
color: #39b1c6;
}
.fischer-blue {
color: #2f9cb1;
}
.scooter {
color: #2c8da0;
}
.cranach-blue {
color: #297b89;
}
/* CSS Variables */
:root {
--sea-serpent:#4bc7d8;
--river-blue:#39b1c6;
--fischer-blue:#2f9cb1;
--scooter:#2c8da0;
--cranach-blue:#297b89;
}