Evil Rainbow Dash Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Evil Rainbow Dash palette
Evil Rainbow Dash color palette PNG image
Evil Rainbow Dash color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9a4d;
}
.color-3 {
color: #ffed4d;
}
.color-4 {
color: #4dff4d;
}
.color-5 {
color: #4dffff;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9a4d;
--color-3: #ffed4d;
--color-4: #4dff4d;
--color-5: #4dffff;
}
Evil Rainbow Dash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9a4d, #ffed4d, #4dff4d, #4dffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9a4d, #ffed4d, #4dff4d, #4dffff);
}
Similar color palettes
Evil Rainbow Dash color palette created on .