Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #ffae3d;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4d;
}
.raspberry-shortcake {
color: #ff3d8b;
}
/* CSS Variables */
:root {
--peach-butter:#ffae3d;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4d;
--raspberry-shortcake:#ff3d8b;
}