Sunset Orchard Color Palette

Discover the beautiful Sunset Orchard color palette featuring pomegranate (#f44725), burning orange (#ff7142), atomic tangerine (#ff9a5c), chardonnay (#ffca80) and vis vis (#fff1a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Orchard palette

Share this palette to:

💻 Sunset Orchard color palette CSS

/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff9a5c;
}
.color-4 {
color: #ffca80;
}
.color-5 {
color: #fff1a3;
}

/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #ff7142;
--color-3: #ff9a5c;
--color-4: #ffca80;
--color-5: #fff1a3;
}

🌈 Sunset Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #ff7142, #ff9a5c, #ffca80, #fff1a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #ff7142, #ff9a5c, #ffca80, #fff1a3);
}

Sunset Orchard color palette created on .