Soft White カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft White palette

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

Soft White カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f9fc;
}
.color-2 {
color: #e1e6ea;
}
.color-3 {
color: #c2cad6;
}
.color-4 {
color: #a2b0c3;
}
.color-5 {
color: #7fa4b8;
}

/* CSS Variables */
:root {
--color-1: #f8f9fc;
--color-2: #e1e6ea;
--color-3: #c2cad6;
--color-4: #a2b0c3;
--color-5: #7fa4b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f9fc, #e1e6ea, #c2cad6, #a2b0c3, #7fa4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f9fc, #e1e6ea, #c2cad6, #a2b0c3, #7fa4b8);
}

Soft White color palette created on .