Shelly Color Palette
Discover the beautiful Shelly color palette featuring black pearl (#04041b), sandy brown (#f2b75f), chardonnay (#ffc685), sandal (#a68468) and potters clay (#86613c).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Shelly palette
๐ป 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);
} ๐ Explore similar color palettes
Shelly color palette created on .