Ancient Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ancient Sands palette

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

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

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

Ancient Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #d0aa67;
}
.color-2 {
color: #a2683f;
}
.color-3 {
color: #5d4f3c;
}
.color-4 {
color: #3a2a1d;
}
.color-5 {
color: #bfb1a1;
}

/* CSS Variables */
:root {
--color-1: #d0aa67;
--color-2: #a2683f;
--color-3: #5d4f3c;
--color-4: #3a2a1d;
--color-5: #bfb1a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0aa67, #a2683f, #5d4f3c, #3a2a1d, #bfb1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0aa67, #a2683f, #5d4f3c, #3a2a1d, #bfb1a1);
}

Ancient Sands color palette created on .