Color names in this palette
CSS code for this palette
/* CSS */
.makrut-lime {
color: #6b8a3d;
}
.green-peridot {
color: #a7c369;
}
.impetuous {
color: #e4d58b;
}
.cream-blush {
color: #f5c199;
}
.fireglow {
color: #d55f3f;
}
/* CSS Variables */
:root {
--makrut-lime:#6b8a3d;
--green-peridot:#a7c369;
--impetuous:#e4d58b;
--cream-blush:#f5c199;
--fireglow:#d55f3f;
}