Warm Sunset Color Palette

Discover the beautiful Warm Sunset color palette featuring negroni (#ffdec7), golden tainoi (#ffd257), pumpkin (#fe6810), resolution blue (#013089) and black rock (#040434).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Orange, Peach, Retro, Vibrant, Warm, 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 Warm Sunset palette

Share this palette to:

💻 Warm Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffdec7;
}
.color-2 {
color: #ffd257;
}
.color-3 {
color: #fe6810;
}
.color-4 {
color: #013089;
}
.color-5 {
color: #040434;
}

/* CSS Variables */
:root {
--color-1: #ffdec7;
--color-2: #ffd257;
--color-3: #fe6810;
--color-4: #013089;
--color-5: #040434;
}

🌈 Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdec7, #ffd257, #fe6810, #013089, #040434);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdec7, #ffd257, #fe6810, #013089, #040434);
}

Warm Sunset color palette created on .