Nyx Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nyx palette
Nyx color palette PNG image
Nyx color palette CSS
/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4b5c7c;
}
.color-3 {
color: #7997a0;
}
.color-4 {
color: #b1d4e7;
}
.color-5 {
color: #f1dfe4;
}
/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4b5c7c;
--color-3: #7997a0;
--color-4: #b1d4e7;
--color-5: #f1dfe4;
}
Nyx background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4b5c7c, #7997a0, #b1d4e7, #f1dfe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4b5c7c, #7997a0, #b1d4e7, #f1dfe4);
}
Similar color palettes
Scroll down to explore 1000+ colors.night color palettes
Nyx color palette created on .