Azzurro Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azzurro Blue palette
Azzurro Blue color palette CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #51a2c8;
}
.color-3 {
color: #408dba;
}
.color-4 {
color: #2e6e99;
}
.color-5 {
color: #1e507b;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #51a2c8;
--color-3: #408dba;
--color-4: #2e6e99;
--color-5: #1e507b;
}
Azzurro Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #51a2c8, #408dba, #2e6e99, #1e507b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #51a2c8, #408dba, #2e6e99, #1e507b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Azzurro Blue color palette created on .