Color names in this palette
CSS code for this palette
/* CSS */
.spinnaker {
color: #a3e0e0;
}
.pearl-bay {
color: #7dc7ca;
}
.crystalsong-blue {
color: #56b2b3;
}
.latigo-bay {
color: #3a999c;
}
.jade-jewel {
color: #1f7f7e;
}
/* CSS Variables */
:root {
--spinnaker:#a3e0e0;
--pearl-bay:#7dc7ca;
--crystalsong-blue:#56b2b3;
--latigo-bay:#3a999c;
--jade-jewel:#1f7f7e;
}