Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-depth {
color: #4f8c6c;
}
.aqua-eden {
color: #83c9a9;
}
.iced-celery {
color: #e6e7b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.teaberry {
color: #d83b50;
}
/* CSS Variables */
:root {
--saltwater-depth:#4f8c6c;
--aqua-eden:#83c9a9;
--iced-celery:#e6e7b6;
--solar-plexus-chakra:#f1c84b;
--teaberry:#d83b50;
}