Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c8e0;
}
.regale-blue {
color: #7ab6d6;
}
.blue-grotto {
color: #4ea2c6;
}
.carol {
color: #2a8cac;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c8e0;
--regale-blue:#7ab6d6;
--blue-grotto:#4ea2c6;
--carol:#2a8cac;
--turkish-tile:#007c9e;
}