Sunset Garden Color Palette

Discover the beautiful Sunset Garden color palette featuring kobi (#e59fc5), manhattan (#f5c7a8), drover (#fbf8b1), golden sand (#f3e36d) and deco (#cfe3a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Peach, Soft, 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: #e59fc5;
}
.color-2 {
color: #f5c7a8;
}
.color-3 {
color: #fbf8b1;
}
.color-4 {
color: #f3e36d;
}
.color-5 {
color: #cfe3a5;
}

/* CSS Variables */
:root {
--color-1: #e59fc5;
--color-2: #f5c7a8;
--color-3: #fbf8b1;
--color-4: #f3e36d;
--color-5: #cfe3a5;
}

🌈 Sunset Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e59fc5, #f5c7a8, #fbf8b1, #f3e36d, #cfe3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e59fc5, #f5c7a8, #fbf8b1, #f3e36d, #cfe3a5);
}

Sunset Garden color palette created on .