Azure Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Breeze palette

Share this palette to:

Azure Breeze color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3db0e1;
}
.color-3 {
color: #68c8d9;
}
.color-4 {
color: #9ae0e0;
}
.color-5 {
color: #c0f7f7;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3db0e1;
--color-3: #68c8d9;
--color-4: #9ae0e0;
--color-5: #c0f7f7;
}

Azure Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3db0e1, #68c8d9, #9ae0e0, #c0f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3db0e1, #68c8d9, #9ae0e0, #c0f7f7);
}

Azure Breeze color palette created on .