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