Looey's Garden Color Palette
Discover the beautiful Looey's Garden color palette featuring butterfly bush (#6a4c94), lavender purple (#8e7dba), half baked (#97c0d8), coconut cream (#f6f6d5) and pine glade (#c1d49b).
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 Looey's Garden palette
💻 Looey's Garden color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #8e7dba;
}
.color-3 {
color: #97c0d8;
}
.color-4 {
color: #f6f6d5;
}
.color-5 {
color: #c1d49b;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #8e7dba;
--color-3: #97c0d8;
--color-4: #f6f6d5;
--color-5: #c1d49b;
}
🌈 Looey's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #8e7dba, #97c0d8, #f6f6d5, #c1d49b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #8e7dba, #97c0d8, #f6f6d5, #c1d49b);
}
🔗 Explore similar color palettes
Looey's Garden color palette created on .