Color names in this palette
CSS code for this palette
/* CSS */
.young-salmon {
color: #ffb5b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
.lizard-breath {
color: #e9b935;
}
.sugar-cookie {
color: #f2e2a1;
}
/* CSS Variables */
:root {
--young-salmon:#ffb5b3;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
--lizard-breath:#e9b935;
--sugar-cookie:#f2e2a1;
}