Night Light Color Palette

Discover the beautiful Night Light color palette featuring mauve (#dfc2ff), wisteria (#a76dba), gigas (#4b3b8c), valhalla (#2e1a47) and haiti (#100d2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Deep, Modern, Purple, Soft, Spring, 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 Night Light palette

Share this palette to:

💻 Night Light color palette CSS

/* CSS */
.color-1 {
color: #dfc2ff;
}
.color-2 {
color: #a76dba;
}
.color-3 {
color: #4b3b8c;
}
.color-4 {
color: #2e1a47;
}
.color-5 {
color: #100d2b;
}

/* CSS Variables */
:root {
--color-1: #dfc2ff;
--color-2: #a76dba;
--color-3: #4b3b8c;
--color-4: #2e1a47;
--color-5: #100d2b;
}

🌈 Night Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc2ff, #a76dba, #4b3b8c, #2e1a47, #100d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc2ff, #a76dba, #4b3b8c, #2e1a47, #100d2b);
}

Night Light color palette created on .