Orange Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Dream palette

Share this palette to:

Orange Dream color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #d66b00;
}
.color-3 {
color: #a65c2b;
}
.color-4 {
color: #4d2d00;
}
.color-5 {
color: #2d1520;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #d66b00;
--color-3: #a65c2b;
--color-4: #4d2d00;
--color-5: #2d1520;
}

Orange Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #d66b00, #a65c2b, #4d2d00, #2d1520);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #d66b00, #a65c2b, #4d2d00, #2d1520);
}

Orange Dream color palette created on .