Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.khaki-core {
color: #f9e3ae;
}
.honey-wax {
color: #f9a824;
}
.miami-marmalade {
color: #f28f18;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--khaki-core:#f9e3ae;
--honey-wax:#f9a824;
--miami-marmalade:#f28f18;
--vivid-red-tangelo:#da5e25;
}