Discover the beautiful Whiskered Sunset color palette featuring ronchi (#f1c84b), tree poppy (#f78d1d), carnation (#f84f52), cranberry (#d96384) and butterfly bush (#5c4c8a).

Whiskered Sunset Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Whiskered Sunset palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Whiskered Sunset palette

Share this palette to:

💻 Whiskered Sunset color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #f84f52;
}
.color-4 {
color: #d96384;
}
.color-5 {
color: #5c4c8a;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f78d1d;
--color-3: #f84f52;
--color-4: #d96384;
--color-5: #5c4c8a;
}

🌈 Whiskered Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f78d1d, #f84f52, #d96384, #5c4c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f78d1d, #f84f52, #d96384, #5c4c8a);
}

Whiskered Sunset color palette created on .