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: #4b7d2b;
}
.color-2 {
color: #7dbf69;
}
.color-3 {
color: #a9d9a1;
}
.color-4 {
color: #e5f8d3;
}
.color-5 {
color: #f0f9e7;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #7dbf69;
--color-3: #a9d9a1;
--color-4: #e5f8d3;
--color-5: #f0f9e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #7dbf69, #a9d9a1, #e5f8d3, #f0f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #7dbf69, #a9d9a1, #e5f8d3, #f0f9e7);
}

Whispers of the Woodland color palette created on .