Bruja Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bruja palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bruja Color Palette (PNG)
Bruja color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6e2a8d;
}
.color-3 {
color: #9f5abf;
}
.color-4 {
color: #d68f3d;
}
.color-5 {
color: #f5a700;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6e2a8d;
--color-3: #9f5abf;
--color-4: #d68f3d;
--color-5: #f5a700;
}
Bruja background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6e2a8d, #9f5abf, #d68f3d, #f5a700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6e2a8d, #9f5abf, #d68f3d, #f5a700);
}
Similar color palettes
Bruja color palette created on .