Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f4e1b8;
}
.tostada {
color: #e5c29a;
}
.white-oak {
color: #d0a06c;
}
.drum-solo {
color: #a86d4d;
}
.radigan-conagher-brown {
color: #6a4e39;
}
/* CSS Variables */
:root {
--soft-butter:#f4e1b8;
--tostada:#e5c29a;
--white-oak:#d0a06c;
--drum-solo:#a86d4d;
--radigan-conagher-brown:#6a4e39;
}