Rainbow Dash Color Palette

Discover the beautiful Rainbow Dash color palette featuring eastern blue (#1f9dbd), sandwisp (#f6e7a7), sandy brown (#f29e4a), burnt sienna (#e76e50) and tapestry (#b054a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Rainbow, Teal, Yellow, Orange, Pink, Purple 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: #1f9dbd;
}
.color-2 {
color: #f6e7a7;
}
.color-3 {
color: #f29e4a;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #b054a5;
}

/* CSS Variables */
:root {
--color-1: #1f9dbd;
--color-2: #f6e7a7;
--color-3: #f29e4a;
--color-4: #e76e50;
--color-5: #b054a5;
}

🌈 Rainbow Dash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9dbd, #f6e7a7, #f29e4a, #e76e50, #b054a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9dbd, #f6e7a7, #f29e4a, #e76e50, #b054a5);
}

Rainbow Dash color palette created on .