Rustic Foxfire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Foxfire palette

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

Rustic Foxfire カラーパレット CSS

/* CSS */
.color-1 {
color: #d16623;
}
.color-2 {
color: #e89a3b;
}
.color-3 {
color: #f0cca8;
}
.color-4 {
color: #a14d3a;
}
.color-5 {
color: #7a1f1f;
}

/* CSS Variables */
:root {
--color-1: #d16623;
--color-2: #e89a3b;
--color-3: #f0cca8;
--color-4: #a14d3a;
--color-5: #7a1f1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d16623, #e89a3b, #f0cca8, #a14d3a, #7a1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d16623, #e89a3b, #f0cca8, #a14d3a, #7a1f1f);
}

Rustic Foxfire color palette created on .