Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3afc2;
}
.frosted-tulip {
color: #f6d7d5;
}
.poetic-princess {
color: #f9e1e4;
}
.little-baby-girl {
color: #f8b9d5;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--ibis:#f3afc2;
--frosted-tulip:#f6d7d5;
--poetic-princess:#f9e1e4;
--little-baby-girl:#f8b9d5;
--chantilly:#eab8c9;
}