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