Ancient Times カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ancient Times palette

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

Ancient Times カラー パレット PNG 画像

Download ancient times color palette PNG image (landscape)
Download ancient times color palette PNG image (square)

Ancient Times カラーパレット CSS

/* CSS */
.color-1 {
color: #b76e2a;
}
.color-2 {
color: #ccaf6b;
}
.color-3 {
color: #dfd0a4;
}
.color-4 {
color: #a9c7ab;
}
.color-5 {
color: #4c908f;
}

/* CSS Variables */
:root {
--color-1: #b76e2a;
--color-2: #ccaf6b;
--color-3: #dfd0a4;
--color-4: #a9c7ab;
--color-5: #4c908f;
}

Ancient Times の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76e2a, #ccaf6b, #dfd0a4, #a9c7ab, #4c908f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76e2a, #ccaf6b, #dfd0a4, #a9c7ab, #4c908f);
}

Ancient Times color palette created on .