Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a4b2;
}
.apricot-glow {
color: #fdd077;
}
.lazy-daisy {
color: #f6e8a2;
}
.antique-cameo {
color: #f0b5a3;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--pink-fit:#f9a4b2;
--apricot-glow:#fdd077;
--lazy-daisy:#f6e8a2;
--antique-cameo:#f0b5a3;
--n-rang-orange:#ff8052;
}