Shelly Color Palette
Discover the beautiful Shelly color palette featuring wewak (#f1a8a2), apricot peach (#f9c0ae), wheat (#f6e1b6), regent st blue (#a8d3e1) and hippie blue (#58a5b6).
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: #f1a8a2;
}
.color-2 {
color: #f9c0ae;
}
.color-3 {
color: #f6e1b6;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #58a5b6;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9c0ae;
--color-3: #f6e1b6;
--color-4: #a8d3e1;
--color-5: #58a5b6;
} 🌈 Shelly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9c0ae, #f6e1b6, #a8d3e1, #58a5b6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9c0ae, #f6e1b6, #a8d3e1, #58a5b6);
} 🔗 Explore similar color palettes
Shelly color palette created on .