Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f1b1c2;
}
.rose-mallow {
color: #f1a7c7;
}
.harmonious-rose {
color: #f19db6;
}
.blush {
color: #f19e8e;
}
.almond-cookie {
color: #f1c779;
}
/* CSS Variables */
:root {
--ibis:#f1b1c2;
--rose-mallow:#f1a7c7;
--harmonious-rose:#f19db6;
--blush:#f19e8e;
--almond-cookie:#f1c779;
}