Sweet Serenity Color Palette
Discover the beautiful Sweet Serenity color palette featuring bittersweet (#ff6b6b), atomic tangerine (#ffa96b), bright sun (#ffd83d), screamin' green (#6bff8e) and cornflower blue (#6c5cff).
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 Sweet Serenity palette
💻 Sweet Serenity color palette CSS
/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffa96b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6bff8e;
}
.color-5 {
color: #6c5cff;
}
/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffa96b;
--color-3: #ffd83d;
--color-4: #6bff8e;
--color-5: #6c5cff;
} 🌈 Sweet Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffa96b, #ffd83d, #6bff8e, #6c5cff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffa96b, #ffd83d, #6bff8e, #6c5cff);
} 🔗 Explore similar color palettes
Sweet Serenity color palette created on .