Discover the beautiful Sunset White color palette featuring quarter spanish white (#f7f1e3), manhattan (#f8c391), terracotta (#e77c65), tenn (#d15400) and pickled bluewood (#2b3d50).
Sunset White Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Sunset White palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Sunset White palette
💻 Sunset White color palette CSS
/* CSS */
.color-1 {
color: #f7f1e3;
}
.color-2 {
color: #f8c391;
}
.color-3 {
color: #e77c65;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #f7f1e3;
--color-2: #f8c391;
--color-3: #e77c65;
--color-4: #d15400;
--color-5: #2b3d50;
}
🌈 Sunset White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f1e3, #f8c391, #e77c65, #d15400, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f1e3, #f8c391, #e77c65, #d15400, #2b3d50);
}
🔗 Explore similar color palettes
Sunset White color palette created on .