Warm Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Beige palette

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

Warm Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5ba;
}
.color-2 {
color: #e5cba9;
}
.color-3 {
color: #d6a58a;
}
.color-4 {
color: #c26c4c;
}
.color-5 {
color: #ab4f3b;
}

/* CSS Variables */
:root {
--color-1: #f3e5ba;
--color-2: #e5cba9;
--color-3: #d6a58a;
--color-4: #c26c4c;
--color-5: #ab4f3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5ba, #e5cba9, #d6a58a, #c26c4c, #ab4f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5ba, #e5cba9, #d6a58a, #c26c4c, #ab4f3b);
}

Warm Beige color palette created on .