Whispers of Softness カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Softness palette

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

Whispers of Softness カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbf7f4;
}
.color-3 {
color: #f5f2f0;
}
.color-4 {
color: #f0eeeb;
}
.color-5 {
color: #e4e2e2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbf7f4;
--color-3: #f5f2f0;
--color-4: #f0eeeb;
--color-5: #e4e2e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbf7f4, #f5f2f0, #f0eeeb, #e4e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbf7f4, #f5f2f0, #f0eeeb, #e4e2e2);
}

Whispers of Softness color palette created on .