Sunset Whisper Palette Color Palette

Discover the beautiful Sunset Whisper Palette color palette featuring clam shell (#d3abb0), apricot (#e79a6a), salmon (#fa8f6b), puce (#cb868f) and bittersweet (#f87859).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Coral, Peach, Warm, Vibrant, Summer, Boho 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 Whisper Palette palette

Share this palette to:

💻 Sunset Whisper Palette color palette CSS

/* CSS */
.color-1 {
color: #d3abb0;
}
.color-2 {
color: #e79a6a;
}
.color-3 {
color: #fa8f6b;
}
.color-4 {
color: #cb868f;
}
.color-5 {
color: #f87859;
}

/* CSS Variables */
:root {
--color-1: #d3abb0;
--color-2: #e79a6a;
--color-3: #fa8f6b;
--color-4: #cb868f;
--color-5: #f87859;
}

🌈 Sunset Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3abb0, #e79a6a, #fa8f6b, #cb868f, #f87859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3abb0, #e79a6a, #fa8f6b, #cb868f, #f87859);
}

Sunset Whisper Palette color palette created on .