Color names in this palette
CSS code for this palette
/* CSS */
.garden-stroll {
color: #78c486;
}
.green-trance {
color: #a2d8a2;
}
.almost-aloe {
color: #c0e3b5;
}
.yellow-chalk {
color: #f3f7b1;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--garden-stroll:#78c486;
--green-trance:#a2d8a2;
--almost-aloe:#c0e3b5;
--yellow-chalk:#f3f7b1;
--blue-angels-yellow:#fab700;
}