Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f6b2a7;
}
.barrett-quince {
color: #f6ceb1;
}
.alpine-berry-yellow {
color: #f7e1bb;
}
.ginger-peach {
color: #f7d2a1;
}
.calabrese {
color: #f5a7a3;
}
/* CSS Variables */
:root {
--riviera-rose:#f6b2a7;
--barrett-quince:#f6ceb1;
--alpine-berry-yellow:#f7e1bb;
--ginger-peach:#f7d2a1;
--calabrese:#f5a7a3;
}