Color names in this palette
CSS code for this palette
/* CSS */
.bride-s-blush {
color: #f8e2e2;
}
.fulgrim-pink {
color: #f5b2d0;
}
.peach-pink {
color: #ff9b8a;
}
.n-rang-orange {
color: #ff8052;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--bride-s-blush:#f8e2e2;
--fulgrim-pink:#f5b2d0;
--peach-pink:#ff9b8a;
--n-rang-orange:#ff8052;
--blood-burst:#ff4d4d;
}