Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffc83d;
}
.iced-celery {
color: #e7e8b5;
}
.white {
color: #ffffff;
}
.enviable {
color: #4c9c3a;
}
.quack-quack {
color: #ffeb8a;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffc83d;
--iced-celery:#e7e8b5;
--white:#ffffff;
--enviable:#4c9c3a;
--quack-quack:#ffeb8a;
}