Purple Moonlight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Moonlight palette
Purple Moonlight color palette PNG image
Purple Moonlight color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #5a4f8c;
}
.color-3 {
color: #7b6cb7;
}
.color-4 {
color: #b0a2d7;
}
.color-5 {
color: #f9e5ff;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #5a4f8c;
--color-3: #7b6cb7;
--color-4: #b0a2d7;
--color-5: #f9e5ff;
}
Purple Moonlight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #5a4f8c, #7b6cb7, #b0a2d7, #f9e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #5a4f8c, #7b6cb7, #b0a2d7, #f9e5ff);
}
Similar color palettes
Scroll down to explore 9 Cool color palettes
Purple Moonlight color palette created on .