Color names in this palette
CSS code for this palette
/* CSS */
.greenway {
color: #3b9b7d;
}
.mint-cold-green {
color: #6ebf9d;
}
.bright-sea-green {
color: #9ae0be;
}
.sugar-cookie {
color: #f2e5a1;
}
.butter-cream {
color: #f1b041;
}
/* CSS Variables */
:root {
--greenway:#3b9b7d;
--mint-cold-green:#6ebf9d;
--bright-sea-green:#9ae0be;
--sugar-cookie:#f2e5a1;
--butter-cream:#f1b041;
}