Misty Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Orange palette

Share this palette to:

Misty Orange color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffce6b;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #fff3a8;
}
.color-5 {
color: #ffec70;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffce6b;
--color-3: #ffeb8a;
--color-4: #fff3a8;
--color-5: #ffec70;
}

Misty Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffce6b, #ffeb8a, #fff3a8, #ffec70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffce6b, #ffeb8a, #fff3a8, #ffec70);
}

Misty Orange color palette created on .