Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.golden-raspberry {
color: #f6d779;
}
.banana-yogurt {
color: #f9e8b4;
}
.durango-dust {
color: #fce4a1;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--golden-raspberry:#f6d779;
--banana-yogurt:#f9e8b4;
--durango-dust:#fce4a1;
--chrome-yellow:#faa700;
}