Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-wood {
color: #5c003c;
}
.big-dip-o-ruby {
color: #9f2346;
}
.spiced-coral {
color: #d45b59;
}
.n-rang-orange {
color: #ff8052;
}
.buttery-salmon {
color: #ffb19e;
}
/* CSS Variables */
:root {
--mulberry-wood:#5c003c;
--big-dip-o-ruby:#9f2346;
--spiced-coral:#d45b59;
--n-rang-orange:#ff8052;
--buttery-salmon:#ffb19e;
}