Azules カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azules palette

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

Azules カラー パレット PNG 画像

Download azules color palette PNG image (landscape)
Download azules color palette PNG image (square)

Azules カラーパレット CSS

/* CSS */
.color-1 {
color: #29b9e0;
}
.color-2 {
color: #0095c7;
}
.color-3 {
color: #0077b8;
}
.color-4 {
color: #023c88;
}
.color-5 {
color: #03045e;
}

/* CSS Variables */
:root {
--color-1: #29b9e0;
--color-2: #0095c7;
--color-3: #0077b8;
--color-4: #023c88;
--color-5: #03045e;
}

Azules の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b9e0, #0095c7, #0077b8, #023c88, #03045e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b9e0, #0095c7, #0077b8, #023c88, #03045e);
}

似たようなカラーパレット

Azules color palette created on .