Shelly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shelly palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shelly Color Palette (PNG)
Shelly color palette CSS
/* CSS */
.color-1 {
color: #04041b;
}
.color-2 {
color: #f2b75f;
}
.color-3 {
color: #ffc685;
}
.color-4 {
color: #a68468;
}
.color-5 {
color: #86613c;
}
/* CSS Variables */
:root {
--color-1: #04041b;
--color-2: #f2b75f;
--color-3: #ffc685;
--color-4: #a68468;
--color-5: #86613c;
}
Shelly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04041b, #f2b75f, #ffc685, #a68468, #86613c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04041b, #f2b75f, #ffc685, #a68468, #86613c);
}
Similar color palettes
Scroll down to explore 20+ Dark color palettes
Shelly color palette created on .