Moody Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moody Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moody Elegance Color Palette (PNG)
Moody Elegance color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6b5091;
}
.color-3 {
color: #a45b9c;
}
.color-4 {
color: #c67b99;
}
.color-5 {
color: #e5a27b;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6b5091;
--color-3: #a45b9c;
--color-4: #c67b99;
--color-5: #e5a27b;
}
Moody Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6b5091, #a45b9c, #c67b99, #e5a27b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6b5091, #a45b9c, #c67b99, #e5a27b);
}
Similar color palettes
Moody Elegance color palette created on .