Soft Dark カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Dark palette

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

Soft Dark カラーパレット CSS

/* CSS */
.color-1 {
color: #393e46;
}
.color-2 {
color: #5a5f68;
}
.color-3 {
color: #797e86;
}
.color-4 {
color: #b6b1a4;
}
.color-5 {
color: #e1d6c1;
}

/* CSS Variables */
:root {
--color-1: #393e46;
--color-2: #5a5f68;
--color-3: #797e86;
--color-4: #b6b1a4;
--color-5: #e1d6c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393e46, #5a5f68, #797e86, #b6b1a4, #e1d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393e46, #5a5f68, #797e86, #b6b1a4, #e1d6c1);
}

Soft Dark color palette created on .