Village Market Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Village Market Dreams palette

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

Village Market Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #daa94e;
}
.color-2 {
color: #c47a31;
}
.color-3 {
color: #a9522d;
}
.color-4 {
color: #8f2d3c;
}
.color-5 {
color: #6b1f4e;
}

/* CSS Variables */
:root {
--color-1: #daa94e;
--color-2: #c47a31;
--color-3: #a9522d;
--color-4: #8f2d3c;
--color-5: #6b1f4e;
}

Village Market Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa94e, #c47a31, #a9522d, #8f2d3c, #6b1f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa94e, #c47a31, #a9522d, #8f2d3c, #6b1f4e);
}

Village Market Dreams color palette created on .