Sunset Whispers Color Palette

Discover the beautiful Sunset Whispers color palette featuring white (#ffffff), dust storm (#e4cecd), saffron mango (#f9c262), oriental pink (#c59291) and cape palliser (#a97c42).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Soft, Earthy, Autumn, Vintage, Boho, Warm, Neutral 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 Whispers palette

Share this palette to:

💻 Sunset Whispers color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4cecd;
}
.color-3 {
color: #f9c262;
}
.color-4 {
color: #c59291;
}
.color-5 {
color: #a97c42;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4cecd;
--color-3: #f9c262;
--color-4: #c59291;
--color-5: #a97c42;
}

🌈 Sunset Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4cecd, #f9c262, #c59291, #a97c42);
}

Sunset Whispers color palette created on .