Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0e0d1;
}
.sweet-lilac {
color: #e8b5d1;
}
.springtime-bloom {
color: #d98caf;
}
.preppy-rose {
color: #d26a89;
}
.iridescent-red {
color: #c94a5b;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0e0d1;
--sweet-lilac:#e8b5d1;
--springtime-bloom:#d98caf;
--preppy-rose:#d26a89;
--iridescent-red:#c94a5b;
}