Color names in this palette
CSS code for this palette
/* CSS */
.bronzed-orange {
color: #d48b6e;
}
.high-plateau {
color: #e4b57c;
}
.radome-tan {
color: #f1c7a2;
}
.friendly-yellow {
color: #f7e2b1;
}
.autumn-wind {
color: #fad3b7;
}
/* CSS Variables */
:root {
--bronzed-orange:#d48b6e;
--high-plateau:#e4b57c;
--radome-tan:#f1c7a2;
--friendly-yellow:#f7e2b1;
--autumn-wind:#fad3b7;
}