Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f4a59f;
}
.apricot-obsession {
color: #f8c3b4;
}
.bleached-shell {
color: #f6e6da;
}
.rhodonite {
color: #f1b1c7;
}
.impatient-pink {
color: #d87d94;
}
/* CSS Variables */
:root {
--roseberry:#f4a59f;
--apricot-obsession:#f8c3b4;
--bleached-shell:#f6e6da;
--rhodonite:#f1b1c7;
--impatient-pink:#d87d94;
}