Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.apricot-jam {
color: #f2a76e;
}
.bitter-orange {
color: #d67d29;
}
.fiery-orange {
color: #b25c2e;
}
.kara-cha-brown {
color: #7b3f1e;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--apricot-jam:#f2a76e;
--bitter-orange:#d67d29;
--fiery-orange:#b25c2e;
--kara-cha-brown:#7b3f1e;
}