Color names in this palette
CSS code for this palette
/* CSS */
.toasted-paprika {
color: #a44332;
}
.overcast-brick {
color: #b65b3a;
}
.clay-terrace {
color: #d6803d;
}
.shiny-trumpet {
color: #ebb056;
}
.ash-yellow {
color: #f3c17c;
}
/* CSS Variables */
:root {
--toasted-paprika:#a44332;
--overcast-brick:#b65b3a;
--clay-terrace:#d6803d;
--shiny-trumpet:#ebb056;
--ash-yellow:#f3c17c;
}