Azure Strizande カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Strizande palette

このパレットを共有する先:

Azure Strizande カラーパレット (PNG) をダウンロード

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

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

Azure Strizande の背景のグラデーション 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 .