Color names in this palette
CSS code for this palette
/* CSS */
.young-salmon {
color: #ffb3b5;
}
.pink-dream {
color: #ff9ea0;
}
.forbidden-fruit {
color: #ff7a7f;
}
.fusion-red {
color: #ff5c61;
}
.coral-red {
color: #ff383b;
}
/* CSS Variables */
:root {
--young-salmon:#ffb3b5;
--pink-dream:#ff9ea0;
--forbidden-fruit:#ff7a7f;
--fusion-red:#ff5c61;
--coral-red:#ff383b;
}