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