Human カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Human palette
Human カラー パレット PNG 画像
Human カラーパレット CSS
/* CSS */
.color-1 {
color: #f5d8c7;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #d28c79;
}
.color-4 {
color: #a45e46;
}
.color-5 {
color: #7a3e33;
}
/* CSS Variables */
:root {
--color-1: #f5d8c7;
--color-2: #e4b5a0;
--color-3: #d28c79;
--color-4: #a45e46;
--color-5: #7a3e33;
}
Human の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d8c7, #e4b5a0, #d28c79, #a45e46, #7a3e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d8c7, #e4b5a0, #d28c79, #a45e46, #7a3e33);
}
似たようなカラーパレット
Human color palette created on .