Autumn Leaves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Leaves palette

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

Autumn Leaves カラー パレット PNG 画像

Download autumn leaves color palette PNG image (landscape)
Download autumn leaves color palette PNG image (square)

Autumn Leaves カラーパレット CSS

/* CSS */
.color-1 {
color: #c94b3b;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #f8d56d;
}
.color-4 {
color: #a35c3e;
}
.color-5 {
color: #d76942;
}

/* CSS Variables */
:root {
--color-1: #c94b3b;
--color-2: #f1a65b;
--color-3: #f8d56d;
--color-4: #a35c3e;
--color-5: #d76942;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94b3b, #f1a65b, #f8d56d, #a35c3e, #d76942);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94b3b, #f1a65b, #f8d56d, #a35c3e, #d76942);
}

Autumn Leaves color palette created on .