Purple Night Library Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Night Library palette

Share this palette to:

Purple Night Library color palette PNG image

Download purple night library color palette PNG image (landscape)
Download purple night library color palette PNG image (square)

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 .