1800s カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 1800s palette

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

1800s カラーパレット (PNG) をダウンロード

Download 1800s color palette PNG image (landscape)
Download 1800s color palette PNG image (square)

1800s カラーパレット CSS

/* CSS */
.color-1 {
color: #b45c3c;
}
.color-2 {
color: #d8814b;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #f3d068;
}
.color-5 {
color: #f7e8a6;
}

/* CSS Variables */
:root {
--color-1: #b45c3c;
--color-2: #d8814b;
--color-3: #e6b84c;
--color-4: #f3d068;
--color-5: #f7e8a6;
}

1800s の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45c3c, #d8814b, #e6b84c, #f3d068, #f7e8a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45c3c, #d8814b, #e6b84c, #f3d068, #f7e8a6);
}

1800s color palette created on .