Color names in this palette
CSS code for this palette
/* CSS */
.lips-of-apricot {
color: #fad1b2;
}
.ibis {
color: #f5b2c2;
}
.pink-eraser {
color: #f29c9d;
}
.out-of-fashion {
color: #ef6c8f;
}
.rouge-red {
color: #e84566;
}
/* CSS Variables */
:root {
--lips-of-apricot:#fad1b2;
--ibis:#f5b2c2;
--pink-eraser:#f29c9d;
--out-of-fashion:#ef6c8f;
--rouge-red:#e84566;
}