Destruction カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Destruction palette

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

Destruction カラー パレット PNG 画像

Download destruction color palette PNG image (landscape)
Download destruction color palette PNG image (square)

Destruction カラーパレット CSS

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

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

Destruction の背景のグラデーション CSS

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

Destruction color palette created on .