Rustic Autumn Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Autumn Embrace palette

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

Rustic Autumn Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #c9a669;
}
.color-2 {
color: #af8146;
}
.color-3 {
color: #8c6736;
}
.color-4 {
color: #6d572c;
}
.color-5 {
color: #822c17;
}

/* CSS Variables */
:root {
--color-1: #c9a669;
--color-2: #af8146;
--color-3: #8c6736;
--color-4: #6d572c;
--color-5: #822c17;
}

Rustic Autumn Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a669, #af8146, #8c6736, #6d572c, #822c17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a669, #af8146, #8c6736, #6d572c, #822c17);
}

Rustic Autumn Embrace color palette created on .