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