Ethereal Hues of Perception カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ethereal Hues of Perception palette
Ethereal Hues of Perception カラーパレット CSS
/* CSS */
.color-1 {
color: #75620a;
}
.color-2 {
color: #755610;
}
.color-3 {
color: #744b15;
}
.color-4 {
color: #64301b;
}
.color-5 {
color: #4b1b3e;
}
/* CSS Variables */
:root {
--color-1: #75620a;
--color-2: #755610;
--color-3: #744b15;
--color-4: #64301b;
--color-5: #4b1b3e;
}
Ethereal Hues of Perception の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75620a, #755610, #744b15, #64301b, #4b1b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75620a, #755610, #744b15, #64301b, #4b1b3e);
}
似たようなカラーパレット
Ethereal Hues of Perception color palette created on .