Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.light-pink {
color: #ffd1e1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--cherry-blossom-pink:#ffb3c6;
--light-pink:#ffd1e1;
--grapefruit-pulp:#ff6e61;
--sizzling-red:#ff3d5a;
}