Color names in this palette
CSS code for this palette
/* CSS */
.whisper {
color: #f0e5e7;
}
.sweetheart {
color: #f1c1d6;
}
.daring-deception {
color: #f1dfe1;
}
.candy-tuft {
color: #f1d5e5;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--whisper:#f0e5e7;
--sweetheart:#f1c1d6;
--daring-deception:#f1dfe1;
--candy-tuft:#f1d5e5;
--fairy-wings:#ffebf0;
}