Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.pink-dream {
color: #ff9ea3;
}
.young-salmon {
color: #ffb3b5;
}
.linnet-egg-red {
color: #ffccdb;
}
.powder-puff {
color: #fff0f2;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--pink-dream:#ff9ea3;
--young-salmon:#ffb3b5;
--linnet-egg-red:#ffccdb;
--powder-puff:#fff0f2;
}