Forest Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Shadows palette

このパレットを共有する先:

Forest Shadows カラーパレット (PNG) をダウンロード

Download forest shadows color palette PNG image (landscape)
Download forest shadows color palette PNG image (square)

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 .