Crimson Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Dusk palette

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

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

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

Crimson Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #c62f2f;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #c62f2f;
--color-2: #e74d3c;
--color-3: #f39c12;
--color-4: #f1c40e;
--color-5: #e77e23;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62f2f, #e74d3c, #f39c12, #f1c40e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62f2f, #e74d3c, #f39c12, #f1c40e, #e77e23);
}

Crimson Dusk color palette created on .