Creamy Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creamy Beige palette

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

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

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

Creamy Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e5b1;
}
.color-2 {
color: #f0d9a8;
}
.color-3 {
color: #e6cba8;
}
.color-4 {
color: #d5c7b3;
}
.color-5 {
color: #e2d2c5;
}

/* CSS Variables */
:root {
--color-1: #f6e5b1;
--color-2: #f0d9a8;
--color-3: #e6cba8;
--color-4: #d5c7b3;
--color-5: #e2d2c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5b1, #f0d9a8, #e6cba8, #d5c7b3, #e2d2c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5b1, #f0d9a8, #e6cba8, #d5c7b3, #e2d2c5);
}

Creamy Beige color palette created on .