Warm Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Elegance palette

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

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

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

Warm Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f5ede0;
}
.color-2 {
color: #fff7f0;
}
.color-3 {
color: #c1c4b1;
}
.color-4 {
color: #b7a58f;
}
.color-5 {
color: #ead3cc;
}

/* CSS Variables */
:root {
--color-1: #f5ede0;
--color-2: #fff7f0;
--color-3: #c1c4b1;
--color-4: #b7a58f;
--color-5: #ead3cc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}

Warm Elegance color palette created on .