Warm Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Brown palette

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

Warm Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #b78e4e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f5e29e;
}
.color-4 {
color: #e1b7c6;
}
.color-5 {
color: #6a4b8b;
}

/* CSS Variables */
:root {
--color-1: #b78e4e;
--color-2: #f1c84b;
--color-3: #f5e29e;
--color-4: #e1b7c6;
--color-5: #6a4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b78e4e, #f1c84b, #f5e29e, #e1b7c6, #6a4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b78e4e, #f1c84b, #f5e29e, #e1b7c6, #6a4b8b);
}

Warm Brown color palette created on .