Orange Dandy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Dandy palette

Share this palette to:

Orange Dandy color palette CSS

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #db5e24;
}
.color-4 {
color: #c03e30;
}
.color-5 {
color: #682c2f;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f5a524;
--color-3: #db5e24;
--color-4: #c03e30;
--color-5: #682c2f;
}

Orange Dandy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f5a524, #db5e24, #c03e30, #682c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f5a524, #db5e24, #c03e30, #682c2f);
}

Orange Dandy color palette created on .