Color names in this palette
CSS code for this palette
/* CSS */
.golden-glam {
color: #f4b943;
}
.n-rang-orange {
color: #ff8052;
}
.peach-ash {
color: #f0c2bc;
}
.lick-and-kiss {
color: #f05176;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--golden-glam:#f4b943;
--n-rang-orange:#ff8052;
--peach-ash:#f0c2bc;
--lick-and-kiss:#f05176;
--sugar-rush:#d85f9c;
}