Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.cup-noodles {
color: #fddd7c;
}
.barley-white {
color: #f6e4b6;
}
.soft-cashmere {
color: #f1b6d7;
}
.pink-sherbet {
color: #f57f9d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--cup-noodles:#fddd7c;
--barley-white:#f6e4b6;
--soft-cashmere:#f1b6d7;
--pink-sherbet:#f57f9d;
}