Winter Earth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter Earth palette
Winter Earth カラー パレット PNG 画像
Winter Earth カラーパレット CSS
/* CSS */
.color-1 {
color: #892b29;
}
.color-2 {
color: #507c7c;
}
.color-3 {
color: #a7b79f;
}
.color-4 {
color: #6b503d;
}
.color-5 {
color: #392c28;
}
/* CSS Variables */
:root {
--color-1: #892b29;
--color-2: #507c7c;
--color-3: #a7b79f;
--color-4: #6b503d;
--color-5: #392c28;
}
Winter Earth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #892b29, #507c7c, #a7b79f, #6b503d, #392c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #892b29, #507c7c, #a7b79f, #6b503d, #392c28);
}
似たようなカラーパレット
Winter Earth color palette created on .