Stella Color Palette
Discover the beautiful Stella color palette featuring lilac (#d5a5d1), ronchi (#f1c84b), froly (#f77e8e), asparagus (#7c9b4b) and blue bayoux (#4e6d7e).
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 Stella palette
💻 Stella color palette CSS
/* CSS */
.color-1 {
color: #d5a5d1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f77e8e;
}
.color-4 {
color: #7c9b4b;
}
.color-5 {
color: #4e6d7e;
}
/* CSS Variables */
:root {
--color-1: #d5a5d1;
--color-2: #f1c84b;
--color-3: #f77e8e;
--color-4: #7c9b4b;
--color-5: #4e6d7e;
} 🌈 Stella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a5d1, #f1c84b, #f77e8e, #7c9b4b, #4e6d7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a5d1, #f1c84b, #f77e8e, #7c9b4b, #4e6d7e);
} 🔗 Explore similar color palettes
Stella color palette created on .