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