Soft White Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft White Elegance palette

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

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

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

Soft White Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #faf8f5;
}
.color-2 {
color: #f1ede4;
}
.color-3 {
color: #e3dcce;
}
.color-4 {
color: #d6cac2;
}
.color-5 {
color: #cab9b4;
}

/* CSS Variables */
:root {
--color-1: #faf8f5;
--color-2: #f1ede4;
--color-3: #e3dcce;
--color-4: #d6cac2;
--color-5: #cab9b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf8f5, #f1ede4, #e3dcce, #d6cac2, #cab9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf8f5, #f1ede4, #e3dcce, #d6cac2, #cab9b4);
}

Soft White Elegance color palette created on .