Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.dapper-dingo {
color: #e5c39a;
}
.scalloped-oak {
color: #f2d0a1;
}
.noodles {
color: #f9e3b4;
}
.burnished-cream {
color: #fde4bf;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--dapper-dingo:#e5c39a;
--scalloped-oak:#f2d0a1;
--noodles:#f9e3b4;
--burnished-cream:#fde4bf;
}