Autumn Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Blue palette

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

Autumn Blue カラーパレット (PNG) をダウンロード

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

Autumn Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #8b4513;
}
.color-2 {
color: #cf982a;
}
.color-3 {
color: #2c4e6d;
}
.color-4 {
color: #d34d3c;
}
.color-5 {
color: #ede1d4;
}

/* CSS Variables */
:root {
--color-1: #8b4513;
--color-2: #cf982a;
--color-3: #2c4e6d;
--color-4: #d34d3c;
--color-5: #ede1d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4513, #cf982a, #2c4e6d, #d34d3c, #ede1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4513, #cf982a, #2c4e6d, #d34d3c, #ede1d4);
}

Autumn Blue color palette created on .