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