Melancholic Sunrise Color Palette
Discover the beautiful Melancholic Sunrise color palette featuring carnation (#fa6b6b), saffron (#f5c43d), kournikova (#ffe175), water leaf (#aae9e7) and orient (#006685).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCoral, Yellow 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
UI Examples
Explore beautiful UI components with Melancholic Sunrise palette
💻 Melancholic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fa6b6b;
}
.color-2 {
color: #f5c43d;
}
.color-3 {
color: #ffe175;
}
.color-4 {
color: #aae9e7;
}
.color-5 {
color: #006685;
}
/* CSS Variables */
:root {
--color-1: #fa6b6b;
--color-2: #f5c43d;
--color-3: #ffe175;
--color-4: #aae9e7;
--color-5: #006685;
}
🌈 Melancholic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fa6b6b, #f5c43d, #ffe175, #aae9e7, #006685);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fa6b6b, #f5c43d, #ffe175, #aae9e7, #006685);
}
🔗 Explore similar color palettes
Melancholic Sunrise color palette created on .