Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #f0caa8;
}
.color-3 {
color: #e3b5b0;
}
.color-4 {
color: #d69a85;
}
.color-5 {
color: #a57a6f;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #f0caa8;
--color-3: #e3b5b0;
--color-4: #d69a85;
--color-5: #a57a6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #f0caa8, #e3b5b0, #d69a85, #a57a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #f0caa8, #e3b5b0, #d69a85, #a57a6f);
}

Shades of Beige color palette created on .