Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3c8b5b;
}
.spring-bouquet {
color: #6dd080;
}
.weekend-gardener {
color: #9fe9a4;
}
.australian-mint {
color: #f2f5a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--irish:#3c8b5b;
--spring-bouquet:#6dd080;
--weekend-gardener:#9fe9a4;
--australian-mint:#f2f5a8;
--creamy-sweet-corn:#f9c54e;
}