Forest Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Shadows palette
Image Gallery
Forest Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #b3a289;
}
.color-2 {
color: #161816;
}
.color-3 {
color: #67665b;
}
.color-4 {
color: #8f7961;
}
.color-5 {
color: #393e32;
}
/* CSS Variables */
:root {
--color-1: #b3a289;
--color-2: #161816;
--color-3: #67665b;
--color-4: #8f7961;
--color-5: #393e32;
}
Forest Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3a289, #161816, #67665b, #8f7961, #393e32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3a289, #161816, #67665b, #8f7961, #393e32);
}
似たようなカラーパレット
Forest Shadows color palette created on .