Whispering Willows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Willows palette

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

Whispering Willows カラーパレット CSS

/* CSS */
.color-1 {
color: #a7b79e;
}
.color-2 {
color: #b8caa5;
}
.color-3 {
color: #d6e3b5;
}
.color-4 {
color: #f4e8b3;
}
.color-5 {
color: #f0b699;
}

/* CSS Variables */
:root {
--color-1: #a7b79e;
--color-2: #b8caa5;
--color-3: #d6e3b5;
--color-4: #f4e8b3;
--color-5: #f0b699;
}

Whispering Willows の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b79e, #b8caa5, #d6e3b5, #f4e8b3, #f0b699);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b79e, #b8caa5, #d6e3b5, #f4e8b3, #f0b699);
}

Whispering Willows color palette created on .