Color names in this palette
CSS code for this palette
/* CSS */
.clover-patch {
color: #4b9b59;
}
.sereni-teal {
color: #78bfa7;
}
.lolly-ice {
color: #a5d9d2;
}
.posy {
color: #f2e2d4;
}
.cheddar-cheese {
color: #f0843d;
}
/* CSS Variables */
:root {
--clover-patch:#4b9b59;
--sereni-teal:#78bfa7;
--lolly-ice:#a5d9d2;
--posy:#f2e2d4;
--cheddar-cheese:#f0843d;
}