Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d9;
}
.pink-fit {
color: #f9a4b4;
}
.peach-nectar {
color: #fbaf93;
}
.luminous-yellow {
color: #fce57e;
}
.lantern-light {
color: #f5ebb7;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d9;
--pink-fit:#f9a4b4;
--peach-nectar:#fbaf93;
--luminous-yellow:#fce57e;
--lantern-light:#f5ebb7;
}