Rainwing Color Palette
Discover the beautiful Rainwing color palette featuring jelly bean (#2c7f9b), powder blue (#b3e6de), sandwisp (#f4e5a4), manhattan (#f7b7a1) and mojo (#c84a3c).
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 Rainwing palette
💻 Rainwing color palette CSS
/* CSS */
.color-1 {
color: #2c7f9b;
}
.color-2 {
color: #b3e6de;
}
.color-3 {
color: #f4e5a4;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #c84a3c;
}
/* CSS Variables */
:root {
--color-1: #2c7f9b;
--color-2: #b3e6de;
--color-3: #f4e5a4;
--color-4: #f7b7a1;
--color-5: #c84a3c;
} 🌈 Rainwing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c7f9b, #b3e6de, #f4e5a4, #f7b7a1, #c84a3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c7f9b, #b3e6de, #f4e5a4, #f7b7a1, #c84a3c);
} 🔗 Explore similar color palettes
Rainwing color palette created on .