Color names in this palette
CSS code for this palette
/* CSS */
.p-ra-rocha {
color: #a2d629;
}
.burst-of-lime {
color: #a8d63d;
}
.conifer {
color: #b0d94a;
}
.frog-prince {
color: #b8d95e;
}
.cool-as-a-cucumber {
color: #c9d96d;
}
/* CSS Variables */
:root {
--p-ra-rocha:#a2d629;
--burst-of-lime:#a8d63d;
--conifer:#b0d94a;
--frog-prince:#b8d95e;
--cool-as-a-cucumber:#c9d96d;
}