Color names in this palette
CSS code for this palette
/* CSS */
.full-moon {
color: #f5f3e0;
}
.arizona-white {
color: #e9dac3;
}
.autumn-haze {
color: #d7c1b2;
}
.florida-grey {
color: #bea6a2;
}
.orange-flambe {
color: #a76d58;
}
/* CSS Variables */
:root {
--full-moon:#f5f3e0;
--arizona-white:#e9dac3;
--autumn-haze:#d7c1b2;
--florida-grey:#bea6a2;
--orange-flambe:#a76d58;
}