Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f1b1c0;
}
.mountain-laurel {
color: #f6c6d7;
}
.summer-cosmos {
color: #f9d2e0;
}
.lavender-candy {
color: #f9b4d4;
}
.pink-sherbet {
color: #f77e9c;
}
/* CSS Variables */
:root {
--ibis:#f1b1c0;
--mountain-laurel:#f6c6d7;
--summer-cosmos:#f9d2e0;
--lavender-candy:#f9b4d4;
--pink-sherbet:#f77e9c;
}