Rainbow Bright Color Palette
Discover the beautiful Rainbow Bright color palette featuring bittersweet (#ff6161), koromiko (#ffc061), dandelion (#ffdf61), aquamarine (#61ffc2) and malibu (#61bdff).
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 Rainbow Bright palette
💻 Rainbow Bright color palette CSS
/* CSS */
.color-1 {
color: #ff6161;
}
.color-2 {
color: #ffc061;
}
.color-3 {
color: #ffdf61;
}
.color-4 {
color: #61ffc2;
}
.color-5 {
color: #61bdff;
}
/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #ffc061;
--color-3: #ffdf61;
--color-4: #61ffc2;
--color-5: #61bdff;
} 🌈 Rainbow Bright background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #ffc061, #ffdf61, #61ffc2, #61bdff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #ffc061, #ffdf61, #61ffc2, #61bdff);
} 🔗 Explore similar color palettes
Rainbow Bright color palette created on .