Color names in this palette
CSS code for this palette
/* CSS */
.pale-gold {
color: #ffdf6b;
}
.doeskin {
color: #fff1e5;
}
.seashell {
color: #fff6f0;
}
.kissed-by-mist {
color: #ffccf9;
}
.impatiens-pink {
color: #ffc1b8;
}
/* CSS Variables */
:root {
--pale-gold:#ffdf6b;
--doeskin:#fff1e5;
--seashell:#fff6f0;
--kissed-by-mist:#ffccf9;
--impatiens-pink:#ffc1b8;
}