Color names in this palette
CSS code for this palette
/* CSS */
.greenway {
color: #409c7d;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.plum-blossom {
color: #f1a3a2;
}
.childhood-crush {
color: #e06e6c;
}
.clear-purple {
color: #3a2a79;
}
/* CSS Variables */
:root {
--greenway:#409c7d;
--lemon-ice-yellow:#f7e2a6;
--plum-blossom:#f1a3a2;
--childhood-crush:#e06e6c;
--clear-purple:#3a2a79;
}