Color names in this palette
CSS code for this palette
/* CSS */
.havana-cream {
color: #f9e7c3;
}
.prosecco {
color: #f7d5a6;
}
.sunburst {
color: #f2b47d;
}
.yellow-sumac {
color: #e49449;
}
.sweet-potato {
color: #d67a3d;
}
/* CSS Variables */
:root {
--havana-cream:#f9e7c3;
--prosecco:#f7d5a6;
--sunburst:#f2b47d;
--yellow-sumac:#e49449;
--sweet-potato:#d67a3d;
}