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: #bccdcd;
}
.color-2 {
color: #d0ac9a;
}
.color-3 {
color: #97a19e;
}
.color-4 {
color: #7f7e6c;
}
.color-5 {
color: #797253;
}
/* CSS Variables */
:root {
--color-1: #bccdcd;
--color-2: #d0ac9a;
--color-3: #97a19e;
--color-4: #7f7e6c;
--color-5: #797253;
}
Whispers of Earth and Sky の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bccdcd, #d0ac9a, #97a19e, #7f7e6c, #797253);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bccdcd, #d0ac9a, #97a19e, #7f7e6c, #797253);
}
似たようなカラーパレット
Whispers of Earth and Sky color palette created on .