Color names in this palette
CSS code for this palette
/* CSS */
.resplendent-growth {
color: #3b8c3b;
}
.dublin {
color: #6fbe6f;
}
.vers-de-terre {
color: #a9e0a9;
}
.yippie-ya-yellow {
color: #f5f7a1;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--resplendent-growth:#3b8c3b;
--dublin:#6fbe6f;
--vers-de-terre:#a9e0a9;
--yippie-ya-yellow:#f5f7a1;
--first-peach:#f5c7c7;
}