Color names in this palette
CSS code for this palette
/* CSS */
.vivid-imagination {
color: #5b9a5d;
}
.garden-room {
color: #a8d7a7;
}
.misty-lawn {
color: #e1f9e3;
}
.friendly-yellow {
color: #f7e2b0;
}
.thatched-cottage {
color: #d5c7a4;
}
/* CSS Variables */
:root {
--vivid-imagination:#5b9a5d;
--garden-room:#a8d7a7;
--misty-lawn:#e1f9e3;
--friendly-yellow:#f7e2b0;
--thatched-cottage:#d5c7a4;
}