Color names in this palette
CSS code for this palette
/* CSS */
.baja-white {
color: #fff8d1;
}
.durango-dust {
color: #f9e19f;
}
.mille-feuille {
color: #f3c97c;
}
.streusel-cake {
color: #d9aa5e;
}
.holiday-waffle {
color: #b68a49;
}
/* CSS Variables */
:root {
--baja-white:#fff8d1;
--durango-dust:#f9e19f;
--mille-feuille:#f3c97c;
--streusel-cake:#d9aa5e;
--holiday-waffle:#b68a49;
}