Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f7cfa6;
}
.bergamot-orange {
color: #f5a15c;
}
.tangerine-flake {
color: #e67c5c;
}
.persimmon-red {
color: #a84d4d;
}
.cherry-juice-red {
color: #6d2c3f;
}
/* CSS Variables */
:root {
--lion-cub:#f7cfa6;
--bergamot-orange:#f5a15c;
--tangerine-flake:#e67c5c;
--persimmon-red:#a84d4d;
--cherry-juice-red:#6d2c3f;
}