Whispers of Willow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Willow palette

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

Whispers of Willow カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #c0d8c2;
}
.color-3 {
color: #e0e9d8;
}
.color-4 {
color: #f7f2e4;
}
.color-5 {
color: #a2c3b5;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #c0d8c2;
--color-3: #e0e9d8;
--color-4: #f7f2e4;
--color-5: #a2c3b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #c0d8c2, #e0e9d8, #f7f2e4, #a2c3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #c0d8c2, #e0e9d8, #f7f2e4, #a2c3b5);
}

Whispers of Willow color palette created on .