Color names in this palette
CSS code for this palette
/* CSS */
.nursery {
color: #f1d0d4;
}
.chantilly {
color: #eab8c9;
}
.think-pink {
color: #e6a2c1;
}
.heirloom-rose {
color: #d680a5;
}
.ibis-rose {
color: #c75c8c;
}
/* CSS Variables */
:root {
--nursery:#f1d0d4;
--chantilly:#eab8c9;
--think-pink:#e6a2c1;
--heirloom-rose:#d680a5;
--ibis-rose:#c75c8c;
}