Neon Orange and Blue Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Orange and Blue Dream palette

Share this palette to:

Neon Orange and Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #ff830f;
}
.color-2 {
color: #4284f5;
}
.color-3 {
color: #a8cdab;
}
.color-4 {
color: #e6e5e5;
}
.color-5 {
color: #8b959c;
}

/* CSS Variables */
:root {
--color-1: #ff830f;
--color-2: #4284f5;
--color-3: #a8cdab;
--color-4: #e6e5e5;
--color-5: #8b959c;
}

Neon Orange and Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff830f, #4284f5, #a8cdab, #e6e5e5, #8b959c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff830f, #4284f5, #a8cdab, #e6e5e5, #8b959c);
}

Neon Orange and Blue Dream color palette created on .