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