Sunset Whispers Color Palette
Discover the beautiful Sunset Whispers color palette featuring ronchi (#f1b74b), harvest gold (#e0a86c), my pink (#d38f7e), turkish rose (#b5738c) and trendy pink (#995e9c).
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 Whispers palette
💻 Sunset Whispers color palette CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e0a86c;
}
.color-3 {
color: #d38f7e;
}
.color-4 {
color: #b5738c;
}
.color-5 {
color: #995e9c;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e0a86c;
--color-3: #d38f7e;
--color-4: #b5738c;
--color-5: #995e9c;
}
🌈 Sunset Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e0a86c, #d38f7e, #b5738c, #995e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e0a86c, #d38f7e, #b5738c, #995e9c);
}
🔗 Explore similar color palettes
Sunset Whispers color palette created on .