Rainbow Dash Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbow Dash palette
Rainbow Dash color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Rainbow Dash color palette created on .