Color names in this palette
CSS code for this palette
/* CSS */
.pinkish-orange {
color: #ff764d;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.green-fiasco {
color: #b0eb00;
}
.fondue-fudge {
color: #6c4c41;
}
/* CSS Variables */
:root {
--pinkish-orange:#ff764d;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--green-fiasco:#b0eb00;
--fondue-fudge:#6c4c41;
}