Vibrant Sunset Color Palette

Discover the beautiful Vibrant Sunset color palette featuring fuel yellow (#f0b32d), jaffa (#f0813d), mandy (#e24b5a), wedgewood (#4a8c96) and east bay (#3a4b78).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWarm, Bright, Amber, Coral, Blue 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 Vibrant Sunset palette

Share this palette to:

💻 Vibrant Sunset color palette CSS

/* CSS */
.color-1 {
color: #f0b32d;
}
.color-2 {
color: #f0813d;
}
.color-3 {
color: #e24b5a;
}
.color-4 {
color: #4a8c96;
}
.color-5 {
color: #3a4b78;
}

/* CSS Variables */
:root {
--color-1: #f0b32d;
--color-2: #f0813d;
--color-3: #e24b5a;
--color-4: #4a8c96;
--color-5: #3a4b78;
}

🌈 Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b32d, #f0813d, #e24b5a, #4a8c96, #3a4b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b32d, #f0813d, #e24b5a, #4a8c96, #3a4b78);
}

Vibrant Sunset color palette created on .