Sunset Whisper Palette Color Palette
Discover the beautiful Sunset Whisper Palette color palette featuring vanilla (#d4beaf), apricot (#e99872), oriental pink (#c59787), old rose (#bc7c71) and wild blue yonder (#8389af).
Brightness
Saturation
Warmth
💡 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
💻 Sunset Whisper Palette color palette CSS
/* CSS */
.color-1 {
color: #d4beaf;
}
.color-2 {
color: #e99872;
}
.color-3 {
color: #c59787;
}
.color-4 {
color: #bc7c71;
}
.color-5 {
color: #8389af;
}
/* CSS Variables */
:root {
--color-1: #d4beaf;
--color-2: #e99872;
--color-3: #c59787;
--color-4: #bc7c71;
--color-5: #8389af;
} 🌈 Sunset Whisper Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4beaf, #e99872, #c59787, #bc7c71, #8389af);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4beaf, #e99872, #c59787, #bc7c71, #8389af);
} 🔗 Explore similar color palettes
Sunset Whisper Palette color palette created on .