Light Orange to Light Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Orange to Light Blue palette

Share this palette to:

Light Orange to Light Blue color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffe0b3;
}
.color-3 {
color: #80d3fa;
}
.color-4 {
color: #50c2f7;
}
.color-5 {
color: #28b5f6;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffe0b3;
--color-3: #80d3fa;
--color-4: #50c2f7;
--color-5: #28b5f6;
}

Light Orange to Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffe0b3, #80d3fa, #50c2f7, #28b5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffe0b3, #80d3fa, #50c2f7, #28b5f6);
}

Light Orange to Light Blue color palette created on .