Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.coastal-waters {
color: #7dbad9;
}
.blue-grotto {
color: #4ea4c6;
}
.scooter {
color: #2b8b9c;
}
.norfolk-green {
color: #2f4c3b;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--coastal-waters:#7dbad9;
--blue-grotto:#4ea4c6;
--scooter:#2b8b9c;
--norfolk-green:#2f4c3b;
}