Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.turbo {
color: #f6c928;
}
.james-blonde {
color: #f1e4b7;
}
.chinaberry-bloom {
color: #d5bed1;
}
.meadow-mauve {
color: #a85d94;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--turbo:#f6c928;
--james-blonde:#f1e4b7;
--chinaberry-bloom:#d5bed1;
--meadow-mauve:#a85d94;
}