Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d3b58d;
}
.letter-jacket {
color: #b7860b;
}
.saddle-brown {
color: #8b4513;
}
.burlywood {
color: #deb887;
}
.floral-white {
color: #fffaf0;
}
/* CSS Variables */
:root {
--link-to-the-past:#d3b58d;
--letter-jacket:#b7860b;
--saddle-brown:#8b4513;
--burlywood:#deb887;
--floral-white:#fffaf0;
}