Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.soft-pumpkin {
color: #d88d31;
}
.scarecrow-frown {
color: #a55e2c;
}
.traditional-leather {
color: #6f4f3e;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--apricot-glazed-chicken:#f5a524;
--soft-pumpkin:#d88d31;
--scarecrow-frown:#a55e2c;
--traditional-leather:#6f4f3e;
}