Color names in this palette
CSS code for this palette
/* CSS */
.mousy-brown {
color: #5a4a3a;
}
.prince-paris {
color: #9b7a59;
}
.distant-valley {
color: #c2b599;
}
.streusel-cake {
color: #d6a761;
}
.tangerine-flake {
color: #e67e5b;
}
/* CSS Variables */
:root {
--mousy-brown:#5a4a3a;
--prince-paris:#9b7a59;
--distant-valley:#c2b599;
--streusel-cake:#d6a761;
--tangerine-flake:#e67e5b;
}