Shadowed Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shadowed Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shadowed Elegance Color Palette (PNG)
Shadowed Elegance color palette CSS
/* CSS */
.color-1 {
color: #100f1f;
}
.color-2 {
color: #29274e;
}
.color-3 {
color: #514d8f;
}
.color-4 {
color: #756eb9;
}
.color-5 {
color: #9f99d6;
}
/* CSS Variables */
:root {
--color-1: #100f1f;
--color-2: #29274e;
--color-3: #514d8f;
--color-4: #756eb9;
--color-5: #9f99d6;
}
Shadowed Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #100f1f, #29274e, #514d8f, #756eb9, #9f99d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #100f1f, #29274e, #514d8f, #756eb9, #9f99d6);
}
Similar color palettes
Shadowed Elegance color palette created on .