Valencia Sunset Color Palette
Discover the beautiful Valencia Sunset color palette featuring valencia (#d74437), flamingo (#f05a28), rajah (#fbae6a), mint julep (#f3ebc4) and fern green (#5d8a3d).
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 Valencia Sunset palette
💻 Valencia Sunset color palette CSS
/* CSS */
.color-1 {
color: #d74437;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #fbae6a;
}
.color-4 {
color: #f3ebc4;
}
.color-5 {
color: #5d8a3d;
}
/* CSS Variables */
:root {
--color-1: #d74437;
--color-2: #f05a28;
--color-3: #fbae6a;
--color-4: #f3ebc4;
--color-5: #5d8a3d;
} 🌈 Valencia Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74437, #f05a28, #fbae6a, #f3ebc4, #5d8a3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74437, #f05a28, #fbae6a, #f3ebc4, #5d8a3d);
} 🔗 Explore similar color palettes
Valencia Sunset color palette created on .