Color names in this palette
CSS code for this palette
/* CSS */
.forgotten-sunset {
color: #fdd4af;
}
.allspice {
color: #f9cca9;
}
.florida-sunrise {
color: #f6aa6f;
}
.amber-glow {
color: #f39a39;
}
.cherokee-dignity {
color: #e57b1f;
}
/* CSS Variables */
:root {
--forgotten-sunset:#fdd4af;
--allspice:#f9cca9;
--florida-sunrise:#f6aa6f;
--amber-glow:#f39a39;
--cherokee-dignity:#e57b1f;
}