Color names in this palette
CSS code for this palette
/* CSS */
.stanger-red {
color: #a30000;
}
.blood-burst {
color: #ff4d4d;
}
.vitamin-c {
color: #ff9900;
}
.star {
color: #ffe500;
}
.cinderella-pink {
color: #ffc7c7;
}
/* CSS Variables */
:root {
--stanger-red:#a30000;
--blood-burst:#ff4d4d;
--vitamin-c:#ff9900;
--star:#ffe500;
--cinderella-pink:#ffc7c7;
}