Looey's Garden Color Palette

Discover the beautiful Looey's Garden color palette featuring hippie green (#5a804d), olivine (#92b26c), tacha (#d0d86e), sandwisp (#f7e3a6) and carrot orange (#f09a28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Earthy, Garden, Nature, Summer, Light, Yellow, Vibrant, Looey color palettes and combinations.

💡 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

Share this palette to:

💻 Looey's Garden color palette CSS

/* CSS */
.color-1 {
color: #5a804d;
}
.color-2 {
color: #92b26c;
}
.color-3 {
color: #d0d86e;
}
.color-4 {
color: #f7e3a6;
}
.color-5 {
color: #f09a28;
}

/* CSS Variables */
:root {
--color-1: #5a804d;
--color-2: #92b26c;
--color-3: #d0d86e;
--color-4: #f7e3a6;
--color-5: #f09a28;
}

🌈 Looey's Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a804d, #92b26c, #d0d86e, #f7e3a6, #f09a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a804d, #92b26c, #d0d86e, #f7e3a6, #f09a28);
}

Looey's Garden color palette created on .