Color names in this palette
CSS code for this palette
/* CSS */
.sunporch {
color: #ffd28a;
}
.arts-crafts-gold {
color: #f9c48b;
}
.caramel-cream {
color: #f6b68e;
}
.lugganath-orange {
color: #f4a78a;
}
.sizzling-sunset {
color: #ef7b4d;
}
/* CSS Variables */
:root {
--sunporch:#ffd28a;
--arts-crafts-gold:#f9c48b;
--caramel-cream:#f6b68e;
--lugganath-orange:#f4a78a;
--sizzling-sunset:#ef7b4d;
}