Second Chances Color Palette
Discover the beautiful Second Chances color palette featuring anakiwa (#99ccff), seagull (#6dbbe9), shakespeare (#4fa6d8), boston blue (#3c89c8) and cerulean blue (#2e70b8).
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 Second Chances palette
💻 Second Chances color palette CSS
/* CSS */
.color-1 {
color: #99ccff;
}
.color-2 {
color: #6dbbe9;
}
.color-3 {
color: #4fa6d8;
}
.color-4 {
color: #3c89c8;
}
.color-5 {
color: #2e70b8;
}
/* CSS Variables */
:root {
--color-1: #99ccff;
--color-2: #6dbbe9;
--color-3: #4fa6d8;
--color-4: #3c89c8;
--color-5: #2e70b8;
} 🌈 Second Chances background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #99ccff, #6dbbe9, #4fa6d8, #3c89c8, #2e70b8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #99ccff, #6dbbe9, #4fa6d8, #3c89c8, #2e70b8);
} 🔗 Explore similar color palettes
Second Chances color palette created on .