NightCore Color Palette

Discover the beautiful NightCore color palette featuring port gore (#191938), east bay (#3d3d6b), scampi (#60609f), melrose (#a8a8ff) and hot pink (#ff66b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Dark, Fun, High Contrast, Modern, Pink, Psychedelic, Purple, Vibrant color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with NightCore palette

Share this palette to:

💻 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);
}

NightCore color palette created on .