Color names in this palette
CSS code for this palette
/* CSS */
.shady-pink {
color: #c8a2b1;
}
.sour-patch-peach {
color: #f6d9c6;
}
.sun-dust {
color: #f5e0a3;
}
.welcoming-wasp {
color: #f0a800;
}
.cigarette-glow {
color: #f05800;
}
/* CSS Variables */
:root {
--shady-pink:#c8a2b1;
--sour-patch-peach:#f6d9c6;
--sun-dust:#f5e0a3;
--welcoming-wasp:#f0a800;
--cigarette-glow:#f05800;
}