Color names in this palette
CSS code for this palette
/* CSS */
.hinoki {
color: #f9deb4;
}
.prosecco {
color: #f7d5a6;
}
.orange-blast {
color: #f4c89a;
}
.exciting-orange {
color: #f2b178;
}
.bergamot-orange {
color: #f29e5a;
}
/* CSS Variables */
:root {
--hinoki:#f9deb4;
--prosecco:#f7d5a6;
--orange-blast:#f4c89a;
--exciting-orange:#f2b178;
--bergamot-orange:#f29e5a;
}