Color names in this palette
CSS code for this palette
/* CSS */
.vitalize {
color: #29a847;
}
.chlorella-green {
color: #5cb75c;
}
.tropic-turquoise {
color: #65b3a1;
}
.egyptian-gold {
color: #efac4d;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--vitalize:#29a847;
--chlorella-green:#5cb75c;
--tropic-turquoise:#65b3a1;
--egyptian-gold:#efac4d;
--capocollo:#d8544f;
}