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: #4b2d4e;
}
.color-2 {
color: #7b4f8c;
}
.color-3 {
color: #b36ba0;
}
.color-4 {
color: #f2a1c5;
}
.color-5 {
color: #f3bfd4;
}
/* CSS Variables */
:root {
--color-1: #4b2d4e;
--color-2: #7b4f8c;
--color-3: #b36ba0;
--color-4: #f2a1c5;
--color-5: #f3bfd4;
}
Moody Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2d4e, #7b4f8c, #b36ba0, #f2a1c5, #f3bfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2d4e, #7b4f8c, #b36ba0, #f2a1c5, #f3bfd4);
}
Similar color palettes
Moody Purple color palette created on .