Color names in this palette
CSS code for this palette
/* CSS */
.dairy-made {
color: #f2b83a;
}
.yellow-currant {
color: #f6c56a;
}
.pierogi {
color: #f2d78c;
}
.exotic-violet {
color: #e5a4d0;
}
.silver-rust {
color: #c79fdf;
}
/* CSS Variables */
:root {
--dairy-made:#f2b83a;
--yellow-currant:#f6c56a;
--pierogi:#f2d78c;
--exotic-violet:#e5a4d0;
--silver-rust:#c79fdf;
}