Sunset Shimmer Color Palette

Discover the beautiful Sunset Shimmer color palette featuring jaffa (#f08a3d), tulip tree (#f1b341), cream can (#f1d85b), whisper (#f2e8f3) and valencia (#d63f2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Pink, Sunset, 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 Shimmer palette

Share this palette to:

💻 Sunset Shimmer color palette CSS

/* CSS */
.color-1 {
color: #f08a3d;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f1d85b;
}
.color-4 {
color: #f2e8f3;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #f08a3d;
--color-2: #f1b341;
--color-3: #f1d85b;
--color-4: #f2e8f3;
--color-5: #d63f2e;
}

🌈 Sunset Shimmer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08a3d, #f1b341, #f1d85b, #f2e8f3, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08a3d, #f1b341, #f1d85b, #f2e8f3, #d63f2e);
}

Sunset Shimmer color palette created on .