We offer a range of colors that can help you apply color to your App in a meaningful way. You can create a color theme to represent your brand or reflects your style.
Colors used as value xelaColor:
of Color
You can find all colors constants in lib files Models -> XelaColorModel
Color(xelaColor: .Blue3)
VStack {
Text("Hello world!")
.foregroundColor(Color(xelaColor: .Red3)
}
.background(Color(xelaColor: .Gray12)