Color names in this palette
CSS code for this palette
/* CSS */
.bologna-sausage {
color: #ffd1da;
}
.matt-pink {
color: #ffb3c3;
}
.fight-the-sunrise {
color: #ff99a8;
}
.tulip {
color: #ff8593;
}
.salmon-rose {
color: #ff707e;
}
/* CSS Variables */
:root {
--bologna-sausage:#ffd1da;
--matt-pink:#ffb3c3;
--fight-the-sunrise:#ff99a8;
--tulip:#ff8593;
--salmon-rose:#ff707e;
}