Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1d8a90;
}
.twilight-meadow {
color: #4ea69f;
}
.holiday {
color: #80c2b1;
}
.egg-toast {
color: #f6c80e;
}
.usubeni-red {
color: #f36868;
}
/* CSS Variables */
:root {
--river-fountain:#1d8a90;
--twilight-meadow:#4ea69f;
--holiday:#80c2b1;
--egg-toast:#f6c80e;
--usubeni-red:#f36868;
}