Color names in this palette
CSS code for this palette
/* CSS */
.orange-ochre {
color: #d97c30;
}
.sandy-brown {
color: #f1a65f;
}
.soft-straw {
color: #f2d17d;
}
.lime-lizard {
color: #a5d661;
}
.enviable {
color: #4d9b3b;
}
/* CSS Variables */
:root {
--orange-ochre:#d97c30;
--sandy-brown:#f1a65f;
--soft-straw:#f2d17d;
--lime-lizard:#a5d661;
--enviable:#4d9b3b;
}