Orange Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Autumn palette

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

Orange Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbb33;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #d14d00;
}
.color-4 {
color: #b33e00;
}
.color-5 {
color: #7a2b00;
}

/* CSS Variables */
:root {
--color-1: #ffbb33;
--color-2: #ff6d1f;
--color-3: #d14d00;
--color-4: #b33e00;
--color-5: #7a2b00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb33, #ff6d1f, #d14d00, #b33e00, #7a2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb33, #ff6d1f, #d14d00, #b33e00, #7a2b00);
}

Orange Autumn color palette created on .