Soft Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Elegance palette

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

Soft Elegance カラー パレット PNG 画像

Download soft elegance color palette PNG image (landscape)
Download soft elegance color palette PNG image (square)

Soft Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #d9d2c4;
}
.color-3 {
color: #f7e1c0;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ffebeb;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d9d2c4;
--color-3: #f7e1c0;
--color-4: #ffffff;
--color-5: #ffebeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d9d2c4, #f7e1c0, #ffffff, #ffebeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d9d2c4, #f7e1c0, #ffffff, #ffebeb);
}

Soft Elegance color palette created on .