Autumn's Unruly Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Unruly Elegance palette

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

Autumn's Unruly Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d6c400;
}
.color-3 {
color: #a7b300;
}
.color-4 {
color: #7a9900;
}
.color-5 {
color: #5d8f00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d6c400;
--color-3: #a7b300;
--color-4: #7a9900;
--color-5: #5d8f00;
}

Autumn's Unruly Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d6c400, #a7b300, #7a9900, #5d8f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d6c400, #a7b300, #7a9900, #5d8f00);
}

Autumn's Unruly Elegance color palette created on .