Sunrise Serenity Color Palette
Discover the beautiful Sunrise Serenity color palette featuring manhattan (#f8c391), saffron (#f6b83c), lightning yellow (#f9cb24), apple (#69af4b) and picton blue (#3dc0e1).
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 Sunrise Serenity palette
💻 Sunrise Serenity color palette CSS
/* CSS */
.color-1 {
color: #f8c391;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f9cb24;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #3dc0e1;
}
/* CSS Variables */
:root {
--color-1: #f8c391;
--color-2: #f6b83c;
--color-3: #f9cb24;
--color-4: #69af4b;
--color-5: #3dc0e1;
} 🌈 Sunrise Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c391, #f6b83c, #f9cb24, #69af4b, #3dc0e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c391, #f6b83c, #f9cb24, #69af4b, #3dc0e1);
} 🔗 Explore similar color palettes
Sunrise Serenity color palette created on .