Color names in this palette
CSS code for this palette
/* CSS */
.cornflower-lilac {
color: #ffb1ad;
}
.conch-shell {
color: #ff8a9b;
}
.flirty-salmon {
color: #ff6e66;
}
.blood-burst {
color: #ff4d4d;
}
.in-the-red {
color: #ff292c;
}
/* CSS Variables */
:root {
--cornflower-lilac:#ffb1ad;
--conch-shell:#ff8a9b;
--flirty-salmon:#ff6e66;
--blood-burst:#ff4d4d;
--in-the-red:#ff292c;
}