Color names in this palette
CSS code for this palette
/* CSS */
.forgotten-sunset {
color: #fbd5b1;
}
.trump-tan {
color: #f9a76c;
}
.sun-orange {
color: #f47b1f;
}
.childhood-crush {
color: #e56866;
}
.fuchsia-kiss {
color: #c76b9e;
}
/* CSS Variables */
:root {
--forgotten-sunset:#fbd5b1;
--trump-tan:#f9a76c;
--sun-orange:#f47b1f;
--childhood-crush:#e56866;
--fuchsia-kiss:#c76b9e;
}