Moody Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moody Purple palette
Moody Purple color palette CSS
/* CSS */
.color-1 {
color: #4d3d6b;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #8c6a9a;
}
.color-4 {
color: #b7a9e5;
}
.color-5 {
color: #f0d6a3;
}
/* CSS Variables */
:root {
--color-1: #4d3d6b;
--color-2: #6b5b8b;
--color-3: #8c6a9a;
--color-4: #b7a9e5;
--color-5: #f0d6a3;
}
Moody Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d6b, #6b5b8b, #8c6a9a, #b7a9e5, #f0d6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d6b, #6b5b8b, #8c6a9a, #b7a9e5, #f0d6a3);
}
Similar color palettes
Moody Purple color palette created on .