Soft White カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft White palette

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

Soft White カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #f2d5c0;
}
.color-3 {
color: #e8b5a6;
}
.color-4 {
color: #d6a09f;
}
.color-5 {
color: #c26b7f;
}

/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #f2d5c0;
--color-3: #e8b5a6;
--color-4: #d6a09f;
--color-5: #c26b7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #f2d5c0, #e8b5a6, #d6a09f, #c26b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #f2d5c0, #e8b5a6, #d6a09f, #c26b7f);
}

Soft White color palette created on .