Green Dream Color Palette

Discover the beautiful Green Dream color palette featuring feijoa (#8cdb80), turmeric (#b4d04e), portica (#f9e75d), wewak (#f6a2a2) and lotus (#793a39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Forest, Fun, Green, Light, Nature, Soft, Spring, Summer, Vibrant 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 Green Dream palette

Share this palette to:

💻 Green Dream color palette CSS

/* CSS */
.color-1 {
color: #8cdb80;
}
.color-2 {
color: #b4d04e;
}
.color-3 {
color: #f9e75d;
}
.color-4 {
color: #f6a2a2;
}
.color-5 {
color: #793a39;
}

/* CSS Variables */
:root {
--color-1: #8cdb80;
--color-2: #b4d04e;
--color-3: #f9e75d;
--color-4: #f6a2a2;
--color-5: #793a39;
}

🌈 Green Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cdb80, #b4d04e, #f9e75d, #f6a2a2, #793a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cdb80, #b4d04e, #f9e75d, #f6a2a2, #793a39);
}

Green Dream color palette created on .