Color names in this palette
CSS code for this palette
/* CSS */
.durian-yellow {
color: #e5b92a;
}
.turmeric-tea {
color: #d78b28;
}
.golden-lion-tamarin {
color: #c76029;
}
.edocha {
color: #a43d28;
}
.sun-dried-tomato {
color: #802828;
}
/* CSS Variables */
:root {
--durian-yellow:#e5b92a;
--turmeric-tea:#d78b28;
--golden-lion-tamarin:#c76029;
--edocha:#a43d28;
--sun-dried-tomato:#802828;
}