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