Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.carona {
color: #f9a52f;
}
.miami-marmalade {
color: #f28e1c;
}
.tomato-bisque {
color: #d55c10;
}
.kara-cha-brown {
color: #7c3d1d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--carona:#f9a52f;
--miami-marmalade:#f28e1c;
--tomato-bisque:#d55c10;
--kara-cha-brown:#7c3d1d;
}