Warm Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Brown palette

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

Warm Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #d9bea5;
}
.color-2 {
color: #f1e7d5;
}
.color-3 {
color: #e2b8a1;
}
.color-4 {
color: #c5998c;
}
.color-5 {
color: #905e4c;
}

/* CSS Variables */
:root {
--color-1: #d9bea5;
--color-2: #f1e7d5;
--color-3: #e2b8a1;
--color-4: #c5998c;
--color-5: #905e4c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9bea5, #f1e7d5, #e2b8a1, #c5998c, #905e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9bea5, #f1e7d5, #e2b8a1, #c5998c, #905e4c);
}

Warm Brown color palette created on .