Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c2;
}
.prism-pink {
color: #f0a3c0;
}
.pomelo-red {
color: #e28dae;
}
.impatient-pink {
color: #d87d99;
}
.old-geranium {
color: #c66c84;
}
/* CSS Variables */
:root {
--ibis:#f5b2c2;
--prism-pink:#f0a3c0;
--pomelo-red:#e28dae;
--impatient-pink:#d87d99;
--old-geranium:#c66c84;
}