Shadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shadow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shadow Color Palette (PNG)
Shadow color palette CSS
/* CSS */
.color-1 {
color: #353441;
}
.color-2 {
color: #9d9eaa;
}
.color-3 {
color: #d74753;
}
.color-4 {
color: #bc293f;
}
.color-5 {
color: #e1a056;
}
/* CSS Variables */
:root {
--color-1: #353441;
--color-2: #9d9eaa;
--color-3: #d74753;
--color-4: #bc293f;
--color-5: #e1a056;
}
Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #353441, #9d9eaa, #d74753, #bc293f, #e1a056);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #353441, #9d9eaa, #d74753, #bc293f, #e1a056);
}
Similar color palettes
Shadow color palette created on .