Sunday Serenity Color Palette
Discover the beautiful Sunday Serenity color palette featuring jacarta (#2e2a5a), east bay (#4a4e8c), ship cove (#707ebd), east side (#b3a0d4) and corvette (#f9d09f).
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 Sunday Serenity palette
💻 Sunday Serenity color palette CSS
/* CSS */
.color-1 {
color: #2e2a5a;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #707ebd;
}
.color-4 {
color: #b3a0d4;
}
.color-5 {
color: #f9d09f;
}
/* CSS Variables */
:root {
--color-1: #2e2a5a;
--color-2: #4a4e8c;
--color-3: #707ebd;
--color-4: #b3a0d4;
--color-5: #f9d09f;
} 🌈 Sunday Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a5a, #4a4e8c, #707ebd, #b3a0d4, #f9d09f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a5a, #4a4e8c, #707ebd, #b3a0d4, #f9d09f);
} 🔗 Explore similar color palettes
Sunday Serenity color palette created on .