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