Forest Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Shadows palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Forest Shadows カラーパレット (PNG) をダウンロード
Forest Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #0e0d12;
}
.color-2 {
color: #3a351d;
}
.color-3 {
color: #1f1d14;
}
.color-4 {
color: #481914;
}
.color-5 {
color: #2a2818;
}
/* CSS Variables */
:root {
--color-1: #0e0d12;
--color-2: #3a351d;
--color-3: #1f1d14;
--color-4: #481914;
--color-5: #2a2818;
}
Forest Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0d12, #3a351d, #1f1d14, #481914, #2a2818);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0d12, #3a351d, #1f1d14, #481914, #2a2818);
}
似たようなカラーパレット
Forest Shadows color palette created on .