Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.peach-amber {
color: #ffa08f;
}
.n-rang-orange {
color: #ff8052;
}
.burning-orange {
color: #ff7029;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--peach-amber:#ffa08f;
--n-rang-orange:#ff8052;
--burning-orange:#ff7029;
--floral-leaf:#ffb84d;
}