Color names in this palette
CSS code for this palette
/* CSS */
.golden-lion-tamarin {
color: #c75b29;
}
.ultimate-grey {
color: #a7a8aa;
}
.cricket-green {
color: #6b7b6c;
}
.embrace {
color: #e7b7a6;
}
.sabal-palm {
color: #4a6d4d;
}
/* CSS Variables */
:root {
--golden-lion-tamarin:#c75b29;
--ultimate-grey:#a7a8aa;
--cricket-green:#6b7b6c;
--embrace:#e7b7a6;
--sabal-palm:#4a6d4d;
}