Whispering Pines カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Pines palette

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

Whispering Pines カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e7d1;
}
.color-2 {
color: #c6b8d5;
}
.color-3 {
color: #a6c4d9;
}
.color-4 {
color: #6db6a2;
}
.color-5 {
color: #4d9d78;
}

/* CSS Variables */
:root {
--color-1: #f0e7d1;
--color-2: #c6b8d5;
--color-3: #a6c4d9;
--color-4: #6db6a2;
--color-5: #4d9d78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e7d1, #c6b8d5, #a6c4d9, #6db6a2, #4d9d78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e7d1, #c6b8d5, #a6c4d9, #6db6a2, #4d9d78);
}

Whispering Pines color palette created on .