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