Color names in this palette
CSS code for this palette
/* CSS */
.seascape-green {
color: #b3e6e5;
}
.aqua-island {
color: #a2d7d6;
}
.kingfisher-turquoise {
color: #7fb8b7;
}
.caulerpa-lentillifera {
color: #5c9997;
}
.atlantic-wave {
color: #397977;
}
/* CSS Variables */
:root {
--seascape-green:#b3e6e5;
--aqua-island:#a2d7d6;
--kingfisher-turquoise:#7fb8b7;
--caulerpa-lentillifera:#5c9997;
--atlantic-wave:#397977;
}