Woodland Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Woodland Glow palette
Woodland Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #ecad65;
}
.color-2 {
color: #523319;
}
.color-3 {
color: #9e6a33;
}
.color-4 {
color: #795335;
}
.color-5 {
color: #ba8045;
}
/* CSS Variables */
:root {
--color-1: #ecad65;
--color-2: #523319;
--color-3: #9e6a33;
--color-4: #795335;
--color-5: #ba8045;
}
Woodland Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecad65, #523319, #9e6a33, #795335, #ba8045);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecad65, #523319, #9e6a33, #795335, #ba8045);
}
似たようなカラーパレット
Woodland Glow color palette created on .