Color names in this palette
CSS code for this palette
/* CSS */
.peach-pearl {
color: #ffb3a3;
}
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.sun-drenched {
color: #ffe5a3;
}
.winter-duvet {
color: #ffffe0;
}
/* CSS Variables */
:root {
--peach-pearl:#ffb3a3;
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--sun-drenched:#ffe5a3;
--winter-duvet:#ffffe0;
}