Moonlit Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlit Purple palette

Share this palette to:

Moonlit Purple color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8c81df;
}
.color-3 {
color: #afa6e7;
}
.color-4 {
color: #d8c5f2;
}
.color-5 {
color: #f0e0ff;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8c81df;
--color-3: #afa6e7;
--color-4: #d8c5f2;
--color-5: #f0e0ff;
}

Moonlit Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8c81df, #afa6e7, #d8c5f2, #f0e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8c81df, #afa6e7, #d8c5f2, #f0e0ff);
}

Moonlit Purple color palette created on .