Color names in this palette
CSS code for this palette
/* CSS */
.e-honda-beige {
color: #f9d780;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.saira-red {
color: #f99fb7;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--e-honda-beige:#f9d780;
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--saira-red:#f99fb7;
--unripe-strawberry:#f78da7;
}