Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b2;
}
.shell-tint {
color: #fdd7c9;
}
.pale-organza {
color: #ffebbd;
}
.qing-yellow {
color: #ffcc66;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b2;
--shell-tint:#fdd7c9;
--pale-organza:#ffebbd;
--qing-yellow:#ffcc66;
--n-rang-orange:#ff8052;
}