Burnt Umber Inspired カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Burnt Umber Inspired palette

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

Burnt Umber Inspired カラー パレット PNG 画像

Download burnt umber inspired color palette PNG image (landscape)
Download burnt umber inspired color palette PNG image (square)

Burnt Umber Inspired カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2b2f;
}
.color-2 {
color: #6d4937;
}
.color-3 {
color: #a5594a;
}
.color-4 {
color: #c89979;
}
.color-5 {
color: #e0c59e;
}

/* CSS Variables */
:root {
--color-1: #3b2b2f;
--color-2: #6d4937;
--color-3: #a5594a;
--color-4: #c89979;
--color-5: #e0c59e;
}

Burnt Umber Inspired の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b2f, #6d4937, #a5594a, #c89979, #e0c59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b2f, #6d4937, #a5594a, #c89979, #e0c59e);
}

Burnt Umber Inspired color palette created on .