Loading...

Vivid Orange Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Orange Dream palette

Share this palette to:

Download Vivid Orange Dream Color Palette (PNG)

Download vivid orange dream color palette PNG image (landscape)
Download vivid orange dream color palette PNG image (square)

Vivid Orange Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #f3d24f;
}
.color-4 {
color: #a7d86e;
}
.color-5 {
color: #6b5b95;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #f3d24f;
--color-4: #a7d86e;
--color-5: #6b5b95;
}

Vivid Orange Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #f3d24f, #a7d86e, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #f3d24f, #a7d86e, #6b5b95);
}

Vivid Orange Dream color palette created on .