Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.sandy-brown {
color: #f5a85b;
}
.spicy-paella {
color: #f6903c;
}
.fireglow {
color: #d65e3d;
}
.china-rose {
color: #a84d6a;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--sandy-brown:#f5a85b;
--spicy-paella:#f6903c;
--fireglow:#d65e3d;
--china-rose:#a84d6a;
}