Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a9d8ea;
}
.salt-lake {
color: #6fc7d3;
}
.crystalsong-blue {
color: #4ab5b1;
}
.stamp-pad-green {
color: #2f9d8e;
}
.geneva-green {
color: #1b7978;
}
/* CSS Variables */
:root {
--blue-click:#a9d8ea;
--salt-lake:#6fc7d3;
--crystalsong-blue:#4ab5b1;
--stamp-pad-green:#2f9d8e;
--geneva-green:#1b7978;
}