Rustic Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Earth palette

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

Rustic Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #41200b;
}
.color-2 {
color: #180a02;
}
.color-3 {
color: #a94828;
}
.color-4 {
color: #6d361c;
}
.color-5 {
color: #4e3422;
}

/* CSS Variables */
:root {
--color-1: #41200b;
--color-2: #180a02;
--color-3: #a94828;
--color-4: #6d361c;
--color-5: #4e3422;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41200b, #180a02, #a94828, #6d361c, #4e3422);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41200b, #180a02, #a94828, #6d361c, #4e3422);
}

Rustic Earth color palette created on .