Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.extreme-carrot {
color: #ff6d2e;
}
.pink-orange {
color: #ff9061;
}
.peach-amber {
color: #ffa08f;
}
.tropical-peach {
color: #ffc1b3;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--extreme-carrot:#ff6d2e;
--pink-orange:#ff9061;
--peach-amber:#ffa08f;
--tropical-peach:#ffc1b3;
}