Whispers of Nature カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Nature palette

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

Whispers of Nature カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ece9df;
}
.color-3 {
color: #ccd7b2;
}
.color-4 {
color: #afa392;
}
.color-5 {
color: #84916e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ece9df;
--color-3: #ccd7b2;
--color-4: #afa392;
--color-5: #84916e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ece9df, #ccd7b2, #afa392, #84916e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ece9df, #ccd7b2, #afa392, #84916e);
}

Whispers of Nature color palette created on .