Whispers of Nature カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Nature palette

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

Whispers of Nature カラーパレット CSS

/* CSS */
.color-1 {
color: #fadec2;
}
.color-2 {
color: #92c591;
}
.color-3 {
color: #a5a073;
}
.color-4 {
color: #76b573;
}
.color-5 {
color: #be8246;
}

/* CSS Variables */
:root {
--color-1: #fadec2;
--color-2: #92c591;
--color-3: #a5a073;
--color-4: #76b573;
--color-5: #be8246;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadec2, #92c591, #a5a073, #76b573, #be8246);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadec2, #92c591, #a5a073, #76b573, #be8246);
}

Whispers of Nature color palette created on .