Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #4a6b3d;
}
.copper-patina {
color: #9ab79f;
}
.hamster-habitat {
color: #c3d5ae;
}
.yellow-corn {
color: #ffde8a;
}
.pastel-red {
color: #ff6b61;
}
/* CSS Variables */
:root {
--gully-green:#4a6b3d;
--copper-patina:#9ab79f;
--hamster-habitat:#c3d5ae;
--yellow-corn:#ffde8a;
--pastel-red:#ff6b61;
}