Bright Azure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Azure palette

Share this palette to:

Bright Azure color palette CSS

/* CSS */
.color-1 {
color: #1a9ccb;
}
.color-2 {
color: #50c8e2;
}
.color-3 {
color: #a5e1e9;
}
.color-4 {
color: #e1f7f9;
}
.color-5 {
color: #b1eaf2;
}

/* CSS Variables */
:root {
--color-1: #1a9ccb;
--color-2: #50c8e2;
--color-3: #a5e1e9;
--color-4: #e1f7f9;
--color-5: #b1eaf2;
}

Bright Azure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9ccb, #50c8e2, #a5e1e9, #e1f7f9, #b1eaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9ccb, #50c8e2, #a5e1e9, #e1f7f9, #b1eaf2);
}

Bright Azure color palette created on .