Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.marigold {
color: #ffc105;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--marigold:#ffc105;
--grapefruit-pulp:#ff6e61;
}