Antique Manuscript カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Antique Manuscript palette

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

Antique Manuscript カラー パレット PNG 画像

Download antique manuscript color palette PNG image (landscape)
Download antique manuscript color palette PNG image (square)

Antique Manuscript カラーパレット CSS

/* CSS */
.color-1 {
color: #e7d5b1;
}
.color-2 {
color: #c8b19d;
}
.color-3 {
color: #a88e80;
}
.color-4 {
color: #7f6b53;
}
.color-5 {
color: #4a4c39;
}

/* CSS Variables */
:root {
--color-1: #e7d5b1;
--color-2: #c8b19d;
--color-3: #a88e80;
--color-4: #7f6b53;
--color-5: #4a4c39;
}

Antique Manuscript の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d5b1, #c8b19d, #a88e80, #7f6b53, #4a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d5b1, #c8b19d, #a88e80, #7f6b53, #4a4c39);
}

Antique Manuscript color palette created on .