Light Azure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Azure palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Azure Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Light Azure color palette created on .