Deep Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Sunset palette

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

Deep Sunset カラー パレット PNG 画像

Download deep sunset color palette PNG image (landscape)
Download deep sunset color palette PNG image (square)

Deep Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d60000;
}
.color-2 {
color: #db5b00;
}
.color-3 {
color: #9f506c;
}
.color-4 {
color: #b5a130;
}
.color-5 {
color: #7e1f8e;
}

/* CSS Variables */
:root {
--color-1: #d60000;
--color-2: #db5b00;
--color-3: #9f506c;
--color-4: #b5a130;
--color-5: #7e1f8e;
}

Deep Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60000, #db5b00, #9f506c, #b5a130, #7e1f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60000, #db5b00, #9f506c, #b5a130, #7e1f8e);
}

Deep Sunset color palette created on .