Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #f0b7c4;
}
.blushing-tulip {
color: #df9fb5;
}
.sugar-tooth {
color: #d78e9f;
}
.dirty-pink {
color: #c77a7d;
}
.henna-shade {
color: #b5685e;
}
/* CSS Variables */
:root {
--chantilly:#f0b7c4;
--blushing-tulip:#df9fb5;
--sugar-tooth:#d78e9f;
--dirty-pink:#c77a7d;
--henna-shade:#b5685e;
}