Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.phellodendron-amurense {
color: #f5c13d;
}
.sunshine {
color: #f8d377;
}
.blended-fruit {
color: #f9e1a4;
}
.pipitschah {
color: #f5e7c2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--phellodendron-amurense:#f5c13d;
--sunshine:#f8d377;
--blended-fruit:#f9e1a4;
--pipitschah:#f5e7c2;
}