Whiskers in Sunset Color Palette

Discover the beautiful Whiskers in Sunset color palette featuring saffron mango (#f9c85d), zest (#e57b1f), tuscany (#b44f2d), solid pink (#8c3b4b) and buccaneer (#5a2a3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Red, 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 Whiskers in Sunset palette

Share this palette to:

💻 Whiskers in Sunset color palette CSS

/* CSS */
.color-1 {
color: #f9c85d;
}
.color-2 {
color: #e57b1f;
}
.color-3 {
color: #b44f2d;
}
.color-4 {
color: #8c3b4b;
}
.color-5 {
color: #5a2a3b;
}

/* CSS Variables */
:root {
--color-1: #f9c85d;
--color-2: #e57b1f;
--color-3: #b44f2d;
--color-4: #8c3b4b;
--color-5: #5a2a3b;
}

🌈 Whiskers in Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c85d, #e57b1f, #b44f2d, #8c3b4b, #5a2a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c85d, #e57b1f, #b44f2d, #8c3b4b, #5a2a3b);
}

Whiskers in Sunset color palette created on .