Color names in this palette
CSS code for this palette
/* CSS */
.verdant-oasis {
color: #5abf69;
}
.celadon {
color: #a8e1af;
}
.yippie-ya-yellow {
color: #f4f7a1;
}
.angry-pasta {
color: #fbc956;
}
.plastic-carrot {
color: #f45b1f;
}
/* CSS Variables */
:root {
--verdant-oasis:#5abf69;
--celadon:#a8e1af;
--yippie-ya-yellow:#f4f7a1;
--angry-pasta:#fbc956;
--plastic-carrot:#f45b1f;
}