Beige Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Sunset palette

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

Beige Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f3eb;
}
.color-2 {
color: #e1d2b7;
}
.color-3 {
color: #d4b69b;
}
.color-4 {
color: #b48a5f;
}
.color-5 {
color: #794a39;
}

/* CSS Variables */
:root {
--color-1: #f5f3eb;
--color-2: #e1d2b7;
--color-3: #d4b69b;
--color-4: #b48a5f;
--color-5: #794a39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f3eb, #e1d2b7, #d4b69b, #b48a5f, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f3eb, #e1d2b7, #d4b69b, #b48a5f, #794a39);
}

Beige Sunset color palette created on .