Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #fca1b6;
}
.aggressive-salmon {
color: #fc7899;
}
.stellar-strawberry {
color: #fc5a8b;
}
.pastel-lavender {
color: #d9a1c5;
}
.parrot-tulip {
color: #f0c1d3;
}
/* CSS Variables */
:root {
--saira-red:#fca1b6;
--aggressive-salmon:#fc7899;
--stellar-strawberry:#fc5a8b;
--pastel-lavender:#d9a1c5;
--parrot-tulip:#f0c1d3;
}