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 .