Sunset Garden Color Palette

Discover the beautiful Sunset Garden color palette featuring portica (#f6e86f), spring rain (#a2c8a7), purple mountain's majesty (#9f7cb6), affair (#7c4c9a) and jacarta (#3f2b6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Gray, Green, Nature, Purple, Spring, Sunset, Vibrant, Yellow 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 Sunset Garden palette

Share this palette to:

💻 Sunset Garden color palette CSS

/* CSS */
.color-1 {
color: #f6e86f;
}
.color-2 {
color: #a2c8a7;
}
.color-3 {
color: #9f7cb6;
}
.color-4 {
color: #7c4c9a;
}
.color-5 {
color: #3f2b6e;
}

/* CSS Variables */
:root {
--color-1: #f6e86f;
--color-2: #a2c8a7;
--color-3: #9f7cb6;
--color-4: #7c4c9a;
--color-5: #3f2b6e;
}

🌈 Sunset Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e86f, #a2c8a7, #9f7cb6, #7c4c9a, #3f2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e86f, #a2c8a7, #9f7cb6, #7c4c9a, #3f2b6e);
}

Sunset Garden color palette created on .