Earthy Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Harmony palette
Earthy Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #c4a99c;
}
.color-2 {
color: #5b576b;
}
.color-3 {
color: #c86b2d;
}
.color-4 {
color: #4d8ca3;
}
.color-5 {
color: #dcdbc1;
}
/* CSS Variables */
:root {
--color-1: #c4a99c;
--color-2: #5b576b;
--color-3: #c86b2d;
--color-4: #4d8ca3;
--color-5: #dcdbc1;
}
Earthy Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a99c, #5b576b, #c86b2d, #4d8ca3, #dcdbc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a99c, #5b576b, #c86b2d, #4d8ca3, #dcdbc1);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Earthy Harmony color palette created on .