Paleta de colores Azure Strizande

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Strizande palette

Compartir esta paleta en:

Descargar la paleta de colores Azure Strizande (PNG)

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

CSS de la paleta de colores Azure Strizande

/* 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;
}

CSS del degradado de fondo Azure Strizande

/* 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 .