Beige Aesthetic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Aesthetic palette

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

Beige Aesthetic カラー パレット PNG 画像

Download beige aesthetic color palette PNG image (landscape)
Download beige aesthetic color palette PNG image (square)

Beige Aesthetic カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #e5d4b3;
}
.color-3 {
color: #d5c9aa;
}
.color-4 {
color: #c1af9a;
}
.color-5 {
color: #a8a08f;
}

/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #e5d4b3;
--color-3: #d5c9aa;
--color-4: #c1af9a;
--color-5: #a8a08f;
}

Beige Aesthetic の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #e5d4b3, #d5c9aa, #c1af9a, #a8a08f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #e5d4b3, #d5c9aa, #c1af9a, #a8a08f);
}

Beige Aesthetic color palette created on .