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