Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e3b4;
}
.bellini {
color: #f4caae;
}
.seasonal-beige {
color: #e9b7a0;
}
.boot-hill-ghost {
color: #deae8c;
}
.honey-maple {
color: #a86d5d;
}
/* CSS Variables */
:root {
--noodles:#f9e3b4;
--bellini:#f4caae;
--seasonal-beige:#e9b7a0;
--boot-hill-ghost:#deae8c;
--honey-maple:#a86d5d;
}