Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.matt-pink {
color: #ffb3c1;
}
.fairy-wings {
color: #ffebf0;
}
.shampoo {
color: #ffccf2;
}
.fuchsia-fever {
color: #ff5c9d;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--matt-pink:#ffb3c1;
--fairy-wings:#ffebf0;
--shampoo:#ffccf2;
--fuchsia-fever:#ff5c9d;
}