Color names in this palette
CSS code for this palette
/* CSS */
.duqqa-brown {
color: #4b2411;
}
.red-mane {
color: #6c3d28;
}
.ch-jicha-brown {
color: #90573c;
}
.espresso-tonic {
color: #c78c5c;
}
.softsun {
color: #f4c63e;
}
/* CSS Variables */
:root {
--duqqa-brown:#4b2411;
--red-mane:#6c3d28;
--ch-jicha-brown:#90573c;
--espresso-tonic:#c78c5c;
--softsun:#f4c63e;
}