Autumnal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumnal Elegance palette

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

Autumnal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #6f0e01;
}
.color-2 {
color: #5b3c6d;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #e6d6e4;
}
.color-5 {
color: #895b29;
}

/* CSS Variables */
:root {
--color-1: #6f0e01;
--color-2: #5b3c6d;
--color-3: #f5c400;
--color-4: #e6d6e4;
--color-5: #895b29;
}

Autumnal Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f0e01, #5b3c6d, #f5c400, #e6d6e4, #895b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f0e01, #5b3c6d, #f5c400, #e6d6e4, #895b29);
}

Autumnal Elegance color palette created on .