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