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