Noche Elegante Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Noche Elegante palette
Noche Elegante color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #2b2b73;
}
.color-3 {
color: #4c9090;
}
.color-4 {
color: #6f4e8d;
}
.color-5 {
color: #9d2f3c;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #2b2b73;
--color-3: #4c9090;
--color-4: #6f4e8d;
--color-5: #9d2f3c;
}
Noche Elegante background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #2b2b73, #4c9090, #6f4e8d, #9d2f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #2b2b73, #4c9090, #6f4e8d, #9d2f3c);
}
Similar color palettes
Noche Elegante color palette created on .