Color names in this palette
CSS code for this palette
/* CSS */
.red-orange-juice {
color: #ff4f4d;
}
.light-red {
color: #ff8280;
}
.young-salmon {
color: #ffb5b3;
}
.feather-plume {
color: #ffdbb3;
}
.strawberry-dust {
color: #ffefeb;
}
/* CSS Variables */
:root {
--red-orange-juice:#ff4f4d;
--light-red:#ff8280;
--young-salmon:#ffb5b3;
--feather-plume:#ffdbb3;
--strawberry-dust:#ffefeb;
}