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