Light Azure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Azure palette

Share this palette to:

Download Light Azure Color Palette (PNG)

Download light azure color palette PNG image (landscape)
Download light azure color palette PNG image (square)

Light Azure color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3dbbff;
}
.color-3 {
color: #70c3ff;
}
.color-4 {
color: #9ed7ff;
}
.color-5 {
color: #c7e9ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3dbbff;
--color-3: #70c3ff;
--color-4: #9ed7ff;
--color-5: #c7e9ff;
}

Light Azure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3dbbff, #70c3ff, #9ed7ff, #c7e9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3dbbff, #70c3ff, #9ed7ff, #c7e9ff);
}

Light Azure color palette created on .