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