Whispers of the Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Forest palette

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

Whispers of the Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #3a5c33;
}
.color-2 {
color: #5b7e4e;
}
.color-3 {
color: #8bbf73;
}
.color-4 {
color: #d2e2a2;
}
.color-5 {
color: #f7f9e6;
}

/* CSS Variables */
:root {
--color-1: #3a5c33;
--color-2: #5b7e4e;
--color-3: #8bbf73;
--color-4: #d2e2a2;
--color-5: #f7f9e6;
}

Whispers of the Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c33, #5b7e4e, #8bbf73, #d2e2a2, #f7f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c33, #5b7e4e, #8bbf73, #d2e2a2, #f7f9e6);
}

Whispers of the Forest color palette created on .