Color names in this palette
CSS code for this palette
/* CSS */
.warm-olive {
color: #c9b93b;
}
.forsythia-bud {
color: #b5c94f;
}
.be-spontaneous {
color: #a2d369;
}
.mint-julep {
color: #e1f4a4;
}
.storm-lightning {
color: #f9e79f;
}
/* CSS Variables */
:root {
--warm-olive:#c9b93b;
--forsythia-bud:#b5c94f;
--be-spontaneous:#a2d369;
--mint-julep:#e1f4a4;
--storm-lightning:#f9e79f;
}