Color names in this palette
CSS code for this palette
/* CSS */
.bologna-sausage {
color: #ffd1dc;
}
.pink-cattleya {
color: #ffb3d1;
}
.saira-red {
color: #ff9eb6;
}
.conch-shell {
color: #ff8a9d;
}
.stellar-strawberry {
color: #ff5c8a;
}
/* CSS Variables */
:root {
--bologna-sausage:#ffd1dc;
--pink-cattleya:#ffb3d1;
--saira-red:#ff9eb6;
--conch-shell:#ff8a9d;
--stellar-strawberry:#ff5c8a;
}