Discover the beautiful Sunrise Blue color palette featuring outrageous orange (#ff5d38), sunglow (#ffcb2e), plum (#8e3e8e), calypso (#3e7c98) and turquoise (#3de6b0).
Sunrise Blue 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 Sunrise Blue palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Sunrise Blue palette
💻 Sunrise Blue color palette CSS
/* CSS */
.color-1 {
color: #ff5d38;
}
.color-2 {
color: #ffcb2e;
}
.color-3 {
color: #8e3e8e;
}
.color-4 {
color: #3e7c98;
}
.color-5 {
color: #3de6b0;
}
/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ffcb2e;
--color-3: #8e3e8e;
--color-4: #3e7c98;
--color-5: #3de6b0;
}
🌈 Sunrise Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ffcb2e, #8e3e8e, #3e7c98, #3de6b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ffcb2e, #8e3e8e, #3e7c98, #3de6b0);
}
🔗 Explore similar color palettes
Sunrise Blue color palette created on .