Color names in this palette
CSS code for this palette
/* CSS */
.sea-rover {
color: #a2d2e2;
}
.bluish-water {
color: #8bccda;
}
.maritime-soft-blue {
color: #69b6c3;
}
.basilica-blue {
color: #4e9fa6;
}
.cranach-blue {
color: #2c7f8c;
}
/* CSS Variables */
:root {
--sea-rover:#a2d2e2;
--bluish-water:#8bccda;
--maritime-soft-blue:#69b6c3;
--basilica-blue:#4e9fa6;
--cranach-blue:#2c7f8c;
}