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