CSS code for this palette
/* CSS */
.frugal {
color: #a4dab4;
}
.white {
color: #ffffff;
}
.usubeni-red {
color: #f26969;
}
.moonlight-green {
color: #d0e7d7;
}
.blue-rice {
color: #b4d5f3;
}
/* CSS Variables */
:root {
--frugal:#a4dab4;
--white:#ffffff;
--usubeni-red:#f26969;
--moonlight-green:#d0e7d7;
--blue-rice:#b4d5f3;
}