Rainbow Dash Color Palette
Discover the beautiful Rainbow Dash color palette featuring downy (#6db5d0), my pink (#d19d85), laser (#cbbe76), hopbush (#ce78ac) and affair (#654686).
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 Dash palette
💻 Rainbow Dash color palette CSS
/* CSS */
.color-1 {
color: #6db5d0;
}
.color-2 {
color: #d19d85;
}
.color-3 {
color: #cbbe76;
}
.color-4 {
color: #ce78ac;
}
.color-5 {
color: #654686;
}
/* CSS Variables */
:root {
--color-1: #6db5d0;
--color-2: #d19d85;
--color-3: #cbbe76;
--color-4: #ce78ac;
--color-5: #654686;
} 🌈 Rainbow Dash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6db5d0, #d19d85, #cbbe76, #ce78ac, #654686);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6db5d0, #d19d85, #cbbe76, #ce78ac, #654686);
} 🔗 Explore similar color palettes
Rainbow Dash color palette created on .