Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.boredom-buster {
color: #ff8e4d;
}
.smashed-pumpkin {
color: #ff6d38;
}
.poppy-surprise {
color: #ff512e;
}
.red-card {
color: #ff2e1f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--boredom-buster:#ff8e4d;
--smashed-pumpkin:#ff6d38;
--poppy-surprise:#ff512e;
--red-card:#ff2e1f;
}