Purple Night Library Color Palette

Discover the beautiful Purple Night Library color palette featuring victoria (#5c3f8d), kimberly (#6f5f9b), lavender purple (#9f7cb1), east side (#bda3d1) and blue chalk (#f0e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Warm, Light, Moon, Lavender, Indigo, Cream, Blue, Violet 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 Purple Night Library palette

Share this palette to:

💻 Purple Night Library color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #6f5f9b;
}
.color-3 {
color: #9f7cb1;
}
.color-4 {
color: #bda3d1;
}
.color-5 {
color: #f0e0ff;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #6f5f9b;
--color-3: #9f7cb1;
--color-4: #bda3d1;
--color-5: #f0e0ff;
}

🌈 Purple Night Library background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #6f5f9b, #9f7cb1, #bda3d1, #f0e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #6f5f9b, #9f7cb1, #bda3d1, #f0e0ff);
}

Purple Night Library color palette created on .