Color names in this palette
CSS code for this palette
/* CSS */
.dancing-dolphin {
color: #c4b8a1;
}
.salvia {
color: #a7b29f;
}
.ebbtide {
color: #85b6c1;
}
.caulerpa-lentillifera {
color: #599b99;
}
.pond-newt {
color: #4a6d66;
}
/* CSS Variables */
:root {
--dancing-dolphin:#c4b8a1;
--salvia:#a7b29f;
--ebbtide:#85b6c1;
--caulerpa-lentillifera:#599b99;
--pond-newt:#4a6d66;
}