Rainbow Dash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Dash palette

Share this palette to:

Rainbow Dash color palette PNG image

Download rainbow dash color palette PNG image (landscape)
Download rainbow dash color palette PNG image (square)

Rainbow Dash color palette CSS

/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f0dc00;
}
.color-4 {
color: #a0d95e;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #ff6d1f;
--color-3: #f0dc00;
--color-4: #a0d95e;
--color-5: #d6006f;
}

Rainbow Dash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #ff6d1f, #f0dc00, #a0d95e, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #ff6d1f, #f0dc00, #a0d95e, #d6006f);
}

Rainbow Dash color palette created on .