Azure Strizande Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Strizande palette

Condividi questa palette a:

Scarica la tavolozza dei colori Azure Strizande (PNG)

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

tavolozza dei colori Azure Strizande 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;
}

CSS con gradiente di sfondo 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 .