Sunset Whisper Palette Color Palette

Discover the beautiful Sunset Whisper Palette color palette featuring clam shell (#d3abb0), apricot (#e79b6c), salmon (#fa8e6b), puce (#cc8790) and bittersweet (#f8795a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Coral, Peach, Pink, Summer, Vibrant, Warm 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: #e79b6c;
}
.color-3 {
color: #fa8e6b;
}
.color-4 {
color: #cc8790;
}
.color-5 {
color: #f8795a;
}

/* CSS Variables */
:root {
--color-1: #d3abb0;
--color-2: #e79b6c;
--color-3: #fa8e6b;
--color-4: #cc8790;
--color-5: #f8795a;
}

🌈 Sunset Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3abb0, #e79b6c, #fa8e6b, #cc8790, #f8795a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3abb0, #e79b6c, #fa8e6b, #cc8790, #f8795a);
}

Sunset Whisper Palette color palette created on .