Shades of Purple Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Purple Moon palette

Share this palette to:

Shades of Purple Moon color palette CSS

/* CSS */
.color-1 {
color: #efe5ff;
}
.color-2 {
color: #d1c5e7;
}
.color-3 {
color: #b3a6d9;
}
.color-4 {
color: #8e6dd0;
}
.color-5 {
color: #5b4cbd;
}

/* CSS Variables */
:root {
--color-1: #efe5ff;
--color-2: #d1c5e7;
--color-3: #b3a6d9;
--color-4: #8e6dd0;
--color-5: #5b4cbd;
}

Shades of Purple Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe5ff, #d1c5e7, #b3a6d9, #8e6dd0, #5b4cbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe5ff, #d1c5e7, #b3a6d9, #8e6dd0, #5b4cbd);
}

Shades of Purple Moon color palette created on .