Whispers of White カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of White palette

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

Whispers of White カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfdfc;
}
.color-3 {
color: #fffef5;
}
.color-4 {
color: #fdfbf2;
}
.color-5 {
color: #eeede7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #fffef5;
--color-4: #fdfbf2;
--color-5: #eeede7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #fffef5, #fdfbf2, #eeede7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #fffef5, #fdfbf2, #eeede7);
}

Whispers of White color palette created on .