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