Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.sweetheart {
color: #f4c3d6;
}
.matt-pink {
color: #ffb3c1;
}
.tomorrow-s-coral {
color: #ffc5a3;
}
.alexandria {
color: #ff8d70;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--sweetheart:#f4c3d6;
--matt-pink:#ffb3c1;
--tomorrow-s-coral:#ffc5a3;
--alexandria:#ff8d70;
}