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