Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.prince-paris {
color: #9b7a59;
}
.witty-green {
color: #b8d99b;
}
.bowser-shell {
color: #4a7023;
}
.parisian-cashmere {
color: #d1c6b8;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--prince-paris:#9b7a59;
--witty-green:#b8d99b;
--bowser-shell:#4a7023;
--parisian-cashmere:#d1c6b8;
}