Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3a8d5e;
}
.arboretum {
color: #6ebf99;
}
.reef-green {
color: #a2e2c4;
}
.bellini-fizz {
color: #f6c78e;
}
.happy-hearts {
color: #d76060;
}
/* CSS Variables */
:root {
--irish:#3a8d5e;
--arboretum:#6ebf99;
--reef-green:#a2e2c4;
--bellini-fizz:#f6c78e;
--happy-hearts:#d76060;
}