Autumn Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Red palette

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

Autumn Red カラーパレット CSS

/* CSS */
.color-1 {
color: #c85a3c;
}
.color-2 {
color: #e1a22d;
}
.color-3 {
color: #f3d37c;
}
.color-4 {
color: #6f4d3e;
}
.color-5 {
color: #498b2d;
}

/* CSS Variables */
:root {
--color-1: #c85a3c;
--color-2: #e1a22d;
--color-3: #f3d37c;
--color-4: #6f4d3e;
--color-5: #498b2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85a3c, #e1a22d, #f3d37c, #6f4d3e, #498b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85a3c, #e1a22d, #f3d37c, #6f4d3e, #498b2d);
}

Autumn Red color palette created on .