Whispers of Earth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Earth palette
Whispers of Earth カラーパレット CSS
/* CSS */
.color-1 {
color: #e5e2cc;
}
.color-2 {
color: #9fada7;
}
.color-3 {
color: #b79e66;
}
.color-4 {
color: #6c7f7d;
}
.color-5 {
color: #84683e;
}
/* CSS Variables */
:root {
--color-1: #e5e2cc;
--color-2: #9fada7;
--color-3: #b79e66;
--color-4: #6c7f7d;
--color-5: #84683e;
}
Whispers of Earth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e2cc, #9fada7, #b79e66, #6c7f7d, #84683e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e2cc, #9fada7, #b79e66, #6c7f7d, #84683e);
}
Whispers of Earth color palette created on .