Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.peach-damask {
color: #f6c7a7;
}
.bellini {
color: #f6c8b1;
}
.noodles {
color: #f8e3b4;
}
.casablanca {
color: #f1b350;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--peach-damask:#f6c7a7;
--bellini:#f6c8b1;
--noodles:#f8e3b4;
--casablanca:#f1b350;
}