Rainbow Dash Color Palette

Discover the beautiful Rainbow Dash color palette featuring downy (#6eb6d0), my pink (#d19e86), laser (#ccbf77), hopbush (#cf79ac) and affair (#644684).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Boho, Bright, Cream, Earthy, Pink, Spring, Tan, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 Rainbow Dash color palette CSS

/* CSS */
.color-1 {
color: #6eb6d0;
}
.color-2 {
color: #d19e86;
}
.color-3 {
color: #ccbf77;
}
.color-4 {
color: #cf79ac;
}
.color-5 {
color: #644684;
}

/* CSS Variables */
:root {
--color-1: #6eb6d0;
--color-2: #d19e86;
--color-3: #ccbf77;
--color-4: #cf79ac;
--color-5: #644684;
}

🌈 Rainbow Dash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6eb6d0, #d19e86, #ccbf77, #cf79ac, #644684);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6eb6d0, #d19e86, #ccbf77, #cf79ac, #644684);
}

Rainbow Dash color palette created on .