Damien's Chill カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Damien's Chill palette

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

Damien's Chill カラー パレット PNG 画像

Download damien's chill color palette PNG image (landscape)
Download damien's chill color palette PNG image (square)

Damien's Chill カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e4965;
}
.color-3 {
color: #6b9e80;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e4965;
--color-3: #6b9e80;
--color-4: #ffb84d;
--color-5: #d8544f;
}

Damien's Chill の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}

Damien's Chill color palette created on .