Color names in this palette
CSS code for this palette
/* CSS */
.aegean-green {
color: #4b8b70;
}
.north-sea {
color: #2c6d6c;
}
.spicy-mix {
color: #8b5f4b;
}
.sand-trail {
color: #d1c7a3;
}
.tuscan-soil {
color: #a87b5d;
}
/* CSS Variables */
:root {
--aegean-green:#4b8b70;
--north-sea:#2c6d6c;
--spicy-mix:#8b5f4b;
--sand-trail:#d1c7a3;
--tuscan-soil:#a87b5d;
}