Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.jemima {
color: #f3d57c;
}
.soft-cashmere {
color: #f3b4d6;
}
.hot-aquarelle-pink {
color: #f9b4e1;
}
.red-mull {
color: #ff8a8a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--jemima:#f3d57c;
--soft-cashmere:#f3b4d6;
--hot-aquarelle-pink:#f9b4e1;
--red-mull:#ff8a8a;
}