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: #00a5e0;
}
.color-2 {
color: #f6df2c;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff4d7f;
}
.color-5 {
color: #8a1f8e;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #f6df2c;
--color-3: #ff6d1f;
--color-4: #ff4d7f;
--color-5: #8a1f8e;
}
Rainbow Dash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #f6df2c, #ff6d1f, #ff4d7f, #8a1f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #f6df2c, #ff6d1f, #ff4d7f, #8a1f8e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Rainbow Dash color palette created on .