bevy_color/palettes/
mod.rs

1//! Color palettes consisting of collections of const colors.
2
3pub mod basic;
4pub mod css;
5pub mod tailwind;