Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3c7090;
}
.maui-blue {
color: #51a1b3;
}
.throat-chakra {
color: #6dd3d5;
}
.teal-deer {
color: #96e3b5;
}
.cymophane-yellow {
color: #f1e4a7;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3c7090;
--maui-blue:#51a1b3;
--throat-chakra:#6dd3d5;
--teal-deer:#96e3b5;
--cymophane-yellow:#f1e4a7;
}