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: #e4d3db;
}
.color-3 {
color: #dca87a;
}
.color-4 {
color: #89b573;
}
.color-5 {
color: #72604f;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4d3db;
--color-3: #dca87a;
--color-4: #89b573;
--color-5: #72604f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4d3db, #dca87a, #89b573, #72604f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4d3db, #dca87a, #89b573, #72604f);
}

Whispers of Nature color palette created on .