Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f0b43d;
}
.saffron {
color: #f5c832;
}
.salmon-eggs {
color: #f6d360;
}
.e-honda-beige {
color: #f7da7e;
}
.glisten-yellow {
color: #f7e8ab;
}
/* CSS Variables */
:root {
--dairy-made:#f0b43d;
--saffron:#f5c832;
--salmon-eggs:#f6d360;
--e-honda-beige:#f7da7e;
--glisten-yellow:#f7e8ab;
}