Forest Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Shadows palette
Image Gallery
Forest Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #5b6b5d;
}
.color-2 {
color: #264a48;
}
.color-3 {
color: #75705c;
}
.color-4 {
color: #455e50;
}
.color-5 {
color: #233843;
}
/* CSS Variables */
:root {
--color-1: #5b6b5d;
--color-2: #264a48;
--color-3: #75705c;
--color-4: #455e50;
--color-5: #233843;
}
Forest Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6b5d, #264a48, #75705c, #455e50, #233843);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6b5d, #264a48, #75705c, #455e50, #233843);
}
似たようなカラーパレット
下にスクロールして100+個のダークカラーパレットを探索しましょう
Forest Shadows color palette created on .