Heir カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heir palette

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

Heir カラー パレット PNG 画像

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

Heir カラーパレット CSS

/* CSS */
.color-1 {
color: #5d3c8b;
}
.color-2 {
color: #9d6b9e;
}
.color-3 {
color: #d7a3c2;
}
.color-4 {
color: #e5b79f;
}
.color-5 {
color: #f4d35d;
}

/* CSS Variables */
:root {
--color-1: #5d3c8b;
--color-2: #9d6b9e;
--color-3: #d7a3c2;
--color-4: #e5b79f;
--color-5: #f4d35d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3c8b, #9d6b9e, #d7a3c2, #e5b79f, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3c8b, #9d6b9e, #d7a3c2, #e5b79f, #f4d35d);
}

Heir color palette created on .