Sunset Breeze Color Palette
Discover the beautiful Sunset Breeze color palette featuring sinbad (#a6d8d9), negroni (#ffe3c7), sorrell brown (#caad8c), sandal (#a87c67) and cameo (#e0b1a3).
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 Breeze palette
💻 Sunset Breeze color palette CSS
/* CSS */
.color-1 {
color: #a6d8d9;
}
.color-2 {
color: #ffe3c7;
}
.color-3 {
color: #caad8c;
}
.color-4 {
color: #a87c67;
}
.color-5 {
color: #e0b1a3;
}
/* CSS Variables */
:root {
--color-1: #a6d8d9;
--color-2: #ffe3c7;
--color-3: #caad8c;
--color-4: #a87c67;
--color-5: #e0b1a3;
} 🌈 Sunset Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d9, #ffe3c7, #caad8c, #a87c67, #e0b1a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d9, #ffe3c7, #caad8c, #a87c67, #e0b1a3);
} 🔗 Explore similar color palettes
Sunset Breeze color palette created on .