AZ カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with AZ palette

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

AZ カラー パレット PNG 画像

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

AZ カラーパレット CSS

/* CSS */
.color-1 {
color: #d9a630;
}
.color-2 {
color: #f1c950;
}
.color-3 {
color: #f4e8b3;
}
.color-4 {
color: #5f9eab;
}
.color-5 {
color: #af64a4;
}

/* CSS Variables */
:root {
--color-1: #d9a630;
--color-2: #f1c950;
--color-3: #f4e8b3;
--color-4: #5f9eab;
--color-5: #af64a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a630, #f1c950, #f4e8b3, #5f9eab, #af64a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a630, #f1c950, #f4e8b3, #5f9eab, #af64a4);
}

AZ color palette created on .