Sunset Dreams Color Palette
Discover the beautiful Sunset Dreams color palette featuring orient (#00607a), atomic tangerine (#ffa061), salmon (#ff7a7a), sorrell brown (#d3b49c) and cerulean (#0099e0).
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 Dreams palette
💻 Sunset Dreams color palette CSS
/* CSS */
.color-1 {
color: #00607a;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ff7a7a;
}
.color-4 {
color: #d3b49c;
}
.color-5 {
color: #0099e0;
}
/* CSS Variables */
:root {
--color-1: #00607a;
--color-2: #ffa061;
--color-3: #ff7a7a;
--color-4: #d3b49c;
--color-5: #0099e0;
}
🌈 Sunset Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00607a, #ffa061, #ff7a7a, #d3b49c, #0099e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00607a, #ffa061, #ff7a7a, #d3b49c, #0099e0);
}
🔗 Explore similar color palettes
Sunset Dreams color palette created on .