Whispers of Nature カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Nature palette

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

Whispers of Nature カラーパレット CSS

/* CSS */
.color-1 {
color: #4b8d2a;
}
.color-2 {
color: #81c1a4;
}
.color-3 {
color: #b9e4c9;
}
.color-4 {
color: #f1d8a7;
}
.color-5 {
color: #e2a073;
}

/* CSS Variables */
:root {
--color-1: #4b8d2a;
--color-2: #81c1a4;
--color-3: #b9e4c9;
--color-4: #f1d8a7;
--color-5: #e2a073;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8d2a, #81c1a4, #b9e4c9, #f1d8a7, #e2a073);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8d2a, #81c1a4, #b9e4c9, #f1d8a7, #e2a073);
}

Whispers of Nature color palette created on .