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