Warm Autumn Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Autumn Red palette

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

Warm Autumn Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #d76d3c;
}
.color-3 {
color: #a94b3d;
}
.color-4 {
color: #682c2f;
}
.color-5 {
color: #3e2326;
}

/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #d76d3c;
--color-3: #a94b3d;
--color-4: #682c2f;
--color-5: #3e2326;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #d76d3c, #a94b3d, #682c2f, #3e2326);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #d76d3c, #a94b3d, #682c2f, #3e2326);
}

Warm Autumn Red color palette created on .