Whispering Whites カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Whites palette

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

Whispering Whites カラー パレット PNG 画像

Download whispering whites color palette PNG image (landscape)
Download whispering whites color palette PNG image (square)

Whispering Whites カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f0f0;
}
.color-3 {
color: #e0e0e0;
}
.color-4 {
color: #d1d1d1;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f0f0;
--color-3: #e0e0e0;
--color-4: #d1d1d1;
--color-5: #bfbfbf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f0f0, #e0e0e0, #d1d1d1, #bfbfbf);
}

Whispering Whites color palette created on .