Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a5d9d2;
}
.winter-surf {
color: #7fb8b3;
}
.caulerpa-lentillifera {
color: #5b999a;
}
.grand-canal {
color: #3b7c7d;
}
.peacock-plume {
color: #206c6f;
}
/* CSS Variables */
:root {
--lolly-ice:#a5d9d2;
--winter-surf:#7fb8b3;
--caulerpa-lentillifera:#5b999a;
--grand-canal:#3b7c7d;
--peacock-plume:#206c6f;
}