Melancholic Sunrise Color Palette
Discover the beautiful Melancholic Sunrise color palette featuring carnation (#fa6b6b), saffron (#f5c43d), golden sand (#f1d66a), chinook (#a8e1c5) and smalt blue (#5a7e8c).
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 Melancholic Sunrise palette
💻 Melancholic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fa6b6b;
}
.color-2 {
color: #f5c43d;
}
.color-3 {
color: #f1d66a;
}
.color-4 {
color: #a8e1c5;
}
.color-5 {
color: #5a7e8c;
}
/* CSS Variables */
:root {
--color-1: #fa6b6b;
--color-2: #f5c43d;
--color-3: #f1d66a;
--color-4: #a8e1c5;
--color-5: #5a7e8c;
}
🌈 Melancholic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fa6b6b, #f5c43d, #f1d66a, #a8e1c5, #5a7e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fa6b6b, #f5c43d, #f1d66a, #a8e1c5, #5a7e8c);
}
🔗 Explore similar color palettes
Melancholic Sunrise color palette created on .