Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1d8b73;
}
.treasured-teal {
color: #4fc4b1;
}
.limpet-shell {
color: #8ee1d9;
}
.blue-click {
color: #a6d6e8;
}
.bone-chilling {
color: #e2f3f3;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1d8b73;
--treasured-teal:#4fc4b1;
--limpet-shell:#8ee1d9;
--blue-click:#a6d6e8;
--bone-chilling:#e2f3f3;
}