Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f6d1b1;
}
.roseberry {
color: #f7a8a1;
}
.ibis-wing {
color: #f5917f;
}
.grapefruit {
color: #ff5c5c;
}
.glazed-persimmon {
color: #d25137;
}
/* CSS Variables */
:root {
--barrett-quince:#f6d1b1;
--roseberry:#f7a8a1;
--ibis-wing:#f5917f;
--grapefruit:#ff5c5c;
--glazed-persimmon:#d25137;
}