NightCore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with NightCore palette
NightCore color palette PNG image
NightCore color palette CSS
/* CSS */
.color-1 {
color: #191938;
}
.color-2 {
color: #3d3d6b;
}
.color-3 {
color: #60609f;
}
.color-4 {
color: #a8a8ff;
}
.color-5 {
color: #ff66b3;
}
/* CSS Variables */
:root {
--color-1: #191938;
--color-2: #3d3d6b;
--color-3: #60609f;
--color-4: #a8a8ff;
--color-5: #ff66b3;
}
NightCore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191938, #3d3d6b, #60609f, #a8a8ff, #ff66b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191938, #3d3d6b, #60609f, #a8a8ff, #ff66b3);
}
Similar color palettes
NightCore color palette created on .