Color names in this palette
CSS code for this palette
/* CSS */
.growing-season {
color: #c3cfaf;
}
.limestoned {
color: #a9c9a1;
}
.crystal-gem {
color: #7acda5;
}
.tropical-escape {
color: #50b9b0;
}
.swagger {
color: #1db4b9;
}
/* CSS Variables */
:root {
--growing-season:#c3cfaf;
--limestoned:#a9c9a1;
--crystal-gem:#7acda5;
--tropical-escape:#50b9b0;
--swagger:#1db4b9;
}