Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3c5c77;
}
.tort {
color: #5c8a93;
}
.morning-green {
color: #8db9b1;
}
.cactus-spike {
color: #c3e3a1;
}
.maybe-maui {
color: #f7d58d;
}
/* CSS Variables */
:root {
--china-pattern:#3c5c77;
--tort:#5c8a93;
--morning-green:#8db9b1;
--cactus-spike:#c3e3a1;
--maybe-maui:#f7d58d;
}