Sunburst Color Palette

Discover the beautiful Sunburst color palette featuring web orange (#faa700), sunglow (#ffc929), mustard (#ffdc5c), salomie (#ffed85) and orange (#ff5e29).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Orange, Sun, Sunset, Vibrant, Warm, Summer, Fun 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 Sunburst palette

Share this palette to:

💻 Sunburst color palette CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ffc929;
}
.color-3 {
color: #ffdc5c;
}
.color-4 {
color: #ffed85;
}
.color-5 {
color: #ff5e29;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ffc929;
--color-3: #ffdc5c;
--color-4: #ffed85;
--color-5: #ff5e29;
}

🌈 Sunburst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ffc929, #ffdc5c, #ffed85, #ff5e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ffc929, #ffdc5c, #ffed85, #ff5e29);
}

Sunburst color palette created on .