Azure Strizande Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azure Strizande palette

Share this palette to:

Download Azure Strizande Color Palette (PNG)

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

Azure Strizande color palette CSS

/* CSS */
.color-1 {
color: #0095b3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00dbb7;
}
.color-4 {
color: #a1e8c2;
}
.color-5 {
color: #f4f9e1;
}

/* CSS Variables */
:root {
--color-1: #0095b3;
--color-2: #00b3aa;
--color-3: #00dbb7;
--color-4: #a1e8c2;
--color-5: #f4f9e1;
}

Azure Strizande background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095b3, #00b3aa, #00dbb7, #a1e8c2, #f4f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095b3, #00b3aa, #00dbb7, #a1e8c2, #f4f9e1);
}

Azure Strizande color palette created on .