Soft Linen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Linen palette

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

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

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

Soft Linen カラーパレット CSS

/* CSS */
.color-1 {
color: #faf0e5;
}
.color-2 {
color: #f3e3d8;
}
.color-3 {
color: #e5c7b8;
}
.color-4 {
color: #d7a78e;
}
.color-5 {
color: #c78a6b;
}

/* CSS Variables */
:root {
--color-1: #faf0e5;
--color-2: #f3e3d8;
--color-3: #e5c7b8;
--color-4: #d7a78e;
--color-5: #c78a6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf0e5, #f3e3d8, #e5c7b8, #d7a78e, #c78a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf0e5, #f3e3d8, #e5c7b8, #d7a78e, #c78a6b);
}

Soft Linen color palette created on .