Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f7e8a6;
}
.deep-fried {
color: #f2b054;
}
.bitter-orange {
color: #d67d29;
}
.hamburger {
color: #a74e25;
}
.spring-lobster-brown {
color: #6d2c30;
}
/* CSS Variables */
:root {
--gold-sand:#f7e8a6;
--deep-fried:#f2b054;
--bitter-orange:#d67d29;
--hamburger:#a74e25;
--spring-lobster-brown:#6d2c30;
}