Sunset Beach Color Palette
Discover the beautiful Sunset Beach color palette featuring crusta (#ff7e3d), saffron (#f6be3c), new orleans (#f2e2a1), half baked (#82c0d3) and san marino (#3f7c9d).
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 Beach palette
💻 Sunset Beach color palette CSS
/* CSS */
.color-1 {
color: #ff7e3d;
}
.color-2 {
color: #f6be3c;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #82c0d3;
}
.color-5 {
color: #3f7c9d;
}
/* CSS Variables */
:root {
--color-1: #ff7e3d;
--color-2: #f6be3c;
--color-3: #f2e2a1;
--color-4: #82c0d3;
--color-5: #3f7c9d;
}
🌈 Sunset Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e3d, #f6be3c, #f2e2a1, #82c0d3, #3f7c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e3d, #f6be3c, #f2e2a1, #82c0d3, #3f7c9d);
}
🔗 Explore similar color palettes
Sunset Beach color palette created on .