Brigada de Noche Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brigada de Noche palette
Brigada de Noche color palette PNG image
Brigada de Noche color palette CSS
/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #2e3a6b;
}
.color-3 {
color: #4b6ea0;
}
.color-4 {
color: #7ab7d1;
}
.color-5 {
color: #f0e0e0;
}
/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #2e3a6b;
--color-3: #4b6ea0;
--color-4: #7ab7d1;
--color-5: #f0e0e0;
}
Brigada de Noche background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #2e3a6b, #4b6ea0, #7ab7d1, #f0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #2e3a6b, #4b6ea0, #7ab7d1, #f0e0e0);
}
Similar color palettes
Scroll down to explore 1000+ colors.night color palettes
Brigada de Noche color palette created on .