Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f7d0b1;
}
.calabrese {
color: #f1a8a2;
}
.juicy-details {
color: #d8797d;
}
.glamorous {
color: #b74e61;
}
.warrior-queen {
color: #a32e4d;
}
/* CSS Variables */
:root {
--barrett-quince:#f7d0b1;
--calabrese:#f1a8a2;
--juicy-details:#d8797d;
--glamorous:#b74e61;
--warrior-queen:#a32e4d;
}