Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.maximum-yellow-red {
color: #f1ba4b;
}
.indian-yellow {
color: #e6a85b;
}
.turmeric-tea {
color: #d78b28;
}
.mandalay {
color: #b2802e;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--maximum-yellow-red:#f1ba4b;
--indian-yellow:#e6a85b;
--turmeric-tea:#d78b28;
--mandalay:#b2802e;
}