Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6c9d4d;
}
.tropical-light {
color: #9ecf6e;
}
.garlic-butter {
color: #f0e15c;
}
.doughnut {
color: #f1a355;
}
.purehearted {
color: #e36872;
}
/* CSS Variables */
:root {
--flat-green:#6c9d4d;
--tropical-light:#9ecf6e;
--garlic-butter:#f0e15c;
--doughnut:#f1a355;
--purehearted:#e36872;
}