Mystical Sunrise Color Palette
Discover the beautiful Mystical Sunrise color palette featuring cape honey (#fee6b4), solitaire (#fef8e1), tuft bush (#ffdbcc), cream brulee (#ffe5a8) and french lilac (#ebe0f5).
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 Mystical Sunrise palette
💻 Mystical Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fee6b4;
}
.color-2 {
color: #fef8e1;
}
.color-3 {
color: #ffdbcc;
}
.color-4 {
color: #ffe5a8;
}
.color-5 {
color: #ebe0f5;
}
/* CSS Variables */
:root {
--color-1: #fee6b4;
--color-2: #fef8e1;
--color-3: #ffdbcc;
--color-4: #ffe5a8;
--color-5: #ebe0f5;
} 🌈 Mystical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee6b4, #fef8e1, #ffdbcc, #ffe5a8, #ebe0f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee6b4, #fef8e1, #ffdbcc, #ffe5a8, #ebe0f5);
} 🔗 Explore similar color palettes
Mystical Sunrise color palette created on .