Crimson Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Autumn palette

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

Crimson Autumn カラー パレット PNG 画像

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

Crimson Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #b00c1f;
}
.color-2 {
color: #dc4318;
}
.color-3 {
color: #e7931d;
}
.color-4 {
color: #f5b62e;
}
.color-5 {
color: #f6d788;
}

/* CSS Variables */
:root {
--color-1: #b00c1f;
--color-2: #dc4318;
--color-3: #e7931d;
--color-4: #f5b62e;
--color-5: #f6d788;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b00c1f, #dc4318, #e7931d, #f5b62e, #f6d788);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b00c1f, #dc4318, #e7931d, #f5b62e, #f6d788);
}

Crimson Autumn color palette created on .