Color names in this palette
CSS code for this palette
/* CSS */
.formal-garden {
color: #3b9b4e;
}
.dublin {
color: #74c06d;
}
.grape-green {
color: #a8e09e;
}
.buttery-croissant {
color: #f2e29c;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--formal-garden:#3b9b4e;
--dublin:#74c06d;
--grape-green:#a8e09e;
--buttery-croissant:#f2e29c;
--sunny-mood:#f7c94b;
}