Falling Down Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Falling Down palette
Color Inspiration
Images that showcase this color palette in real designs
Download Falling Down Color Palette (PNG)
Falling Down color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8a66;
}
.color-3 {
color: #ff5252;
}
.color-4 {
color: #da1b61;
}
.color-5 {
color: #860e4e;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8a66;
--color-3: #ff5252;
--color-4: #da1b61;
--color-5: #860e4e;
}
Falling Down background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8a66, #ff5252, #da1b61, #860e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8a66, #ff5252, #da1b61, #860e4e);
}
Similar color palettes
Falling Down color palette created on .