Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.mango-margarita {
color: #f9b44e;
}
.rajah {
color: #f9a65d;
}
.her-majesty {
color: #f9a4a5;
}
.sandy-bay {
color: #f9d4b4;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--mango-margarita:#f9b44e;
--rajah:#f9a65d;
--her-majesty:#f9a4a5;
--sandy-bay:#f9d4b4;
}