Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

Shades of Beige カラーパレット (PNG) をダウンロード

Download shades of beige color palette PNG image (landscape)
Download shades of beige color palette PNG image (square)

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #a49b89;
}
.color-4 {
color: #5d4b41;
}
.color-5 {
color: #2b2926;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #d5cec3;
--color-3: #a49b89;
--color-4: #5d4b41;
--color-5: #2b2926;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #d5cec3, #a49b89, #5d4b41, #2b2926);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #d5cec3, #a49b89, #5d4b41, #2b2926);
}

Shades of Beige color palette created on .