Human カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Human palette

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

Human カラー パレット PNG 画像

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

Human カラーパレット CSS

/* CSS */
.color-1 {
color: #f5d1a8;
}
.color-2 {
color: #f9cca9;
}
.color-3 {
color: #f4a499;
}
.color-4 {
color: #e57b7b;
}
.color-5 {
color: #c74d6f;
}

/* CSS Variables */
:root {
--color-1: #f5d1a8;
--color-2: #f9cca9;
--color-3: #f4a499;
--color-4: #e57b7b;
--color-5: #c74d6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1a8, #f9cca9, #f4a499, #e57b7b, #c74d6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1a8, #f9cca9, #f4a499, #e57b7b, #c74d6f);
}

Human color palette created on .