Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6b9b50;
}
.sapling {
color: #a6c45a;
}
.lustrous-yellow {
color: #e2d979;
}
.sandy-brown {
color: #f3a35e;
}
.sweet-potato {
color: #d67a3d;
}
/* CSS Variables */
:root {
--flat-green:#6b9b50;
--sapling:#a6c45a;
--lustrous-yellow:#e2d979;
--sandy-brown:#f3a35e;
--sweet-potato:#d67a3d;
}