Color names in this palette
CSS code for this palette
/* CSS */
.spandex-green {
color: #34a853;
}
.pale-jade {
color: #76c6b7;
}
.buttery-croissant {
color: #f3e49b;
}
.orange-gluttony {
color: #ef791f;
}
.capocollo {
color: #d84f4f;
}
/* CSS Variables */
:root {
--spandex-green:#34a853;
--pale-jade:#76c6b7;
--buttery-croissant:#f3e49b;
--orange-gluttony:#ef791f;
--capocollo:#d84f4f;
}