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