Color names in this palette
CSS code for this palette
/* CSS */
.curd {
color: #f9e1b9;
}
.floral-leaf {
color: #ffb84d;
}
.n-rang-orange {
color: #ff8052;
}
.blood-burst {
color: #ff4d4d;
}
.rock-star-pink {
color: #c78ab8;
}
/* CSS Variables */
:root {
--curd:#f9e1b9;
--floral-leaf:#ffb84d;
--n-rang-orange:#ff8052;
--blood-burst:#ff4d4d;
--rock-star-pink:#c78ab8;
}