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: #f6d12c;
}
.color-2 {
color: #f9c448;
}
.color-3 {
color: #f4b25d;
}
.color-4 {
color: #d5957b;
}
.color-5 {
color: #a47999;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f9c448;
--color-3: #f4b25d;
--color-4: #d5957b;
--color-5: #a47999;
}
Ethereal Hues of Perception の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f9c448, #f4b25d, #d5957b, #a47999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f9c448, #f4b25d, #d5957b, #a47999);
}
似たようなカラーパレット
Ethereal Hues of Perception color palette created on .