Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.latigo-bay {
color: #3c9a9a;
}
.crystalsong-blue {
color: #4cb8b8;
}
.soft-turquoise {
color: #75d1d1;
}
.nickel-ore-green {
color: #507c7c;
}
/* CSS Variables */
:root {
--black:#000000;
--latigo-bay:#3c9a9a;
--crystalsong-blue:#4cb8b8;
--soft-turquoise:#75d1d1;
--nickel-ore-green:#507c7c;
}