Whispers of the Woodland カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

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

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

/* CSS */
.color-1 {
color: #3e6a3e;
}
.color-2 {
color: #5b8b5b;
}
.color-3 {
color: #7db07d;
}
.color-4 {
color: #9fd59f;
}
.color-5 {
color: #c1ebc1;
}

/* CSS Variables */
:root {
--color-1: #3e6a3e;
--color-2: #5b8b5b;
--color-3: #7db07d;
--color-4: #9fd59f;
--color-5: #c1ebc1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6a3e, #5b8b5b, #7db07d, #9fd59f, #c1ebc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6a3e, #5b8b5b, #7db07d, #9fd59f, #c1ebc1);
}

Whispers of the Woodland color palette created on .