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: #e1d1d1;
}
.color-2 {
color: #d8b6b6;
}
.color-3 {
color: #f8e8e8;
}
.color-4 {
color: #784f4f;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #e1d1d1;
--color-2: #d8b6b6;
--color-3: #f8e8e8;
--color-4: #784f4f;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d1d1, #d8b6b6, #f8e8e8, #784f4f, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d1d1, #d8b6b6, #f8e8e8, #784f4f, #ffffff);
}

Soft Elegance color palette created on .