Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8b;
}
.acid-sleazebag {
color: #4ebc6f;
}
.chateau-green {
color: #3b9b55;
}
.bold-irish {
color: #2c7d45;
}
.derbyshire {
color: #1e5c34;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8b;
--acid-sleazebag:#4ebc6f;
--chateau-green:#3b9b55;
--bold-irish:#2c7d45;
--derbyshire:#1e5c34;
}