Orange Dandy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Dandy palette
Orange Dandy color palette CSS
/* CSS */
.color-1 {
color: #f9d89a;
}
.color-2 {
color: #f7b84b;
}
.color-3 {
color: #f48b2a;
}
.color-4 {
color: #ef5b25;
}
.color-5 {
color: #d6433d;
}
/* CSS Variables */
:root {
--color-1: #f9d89a;
--color-2: #f7b84b;
--color-3: #f48b2a;
--color-4: #ef5b25;
--color-5: #d6433d;
}
Orange Dandy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d89a, #f7b84b, #f48b2a, #ef5b25, #d6433d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d89a, #f7b84b, #f48b2a, #ef5b25, #d6433d);
}
Similar color palettes
Orange Dandy color palette created on .