Dark Winter Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Winter Elegance palette

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

Dark Winter Elegance カラーパレット (PNG) をダウンロード

Download dark winter elegance color palette PNG image (landscape)
Download dark winter elegance color palette PNG image (square)

Dark Winter Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1d25;
}
.color-2 {
color: #39394c;
}
.color-3 {
color: #5c5c7a;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #1d1d25;
--color-2: #39394c;
--color-3: #5c5c7a;
--color-4: #f7f7f7;
--color-5: #e94e77;
}

Dark Winter Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d25, #39394c, #5c5c7a, #f7f7f7, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d25, #39394c, #5c5c7a, #f7f7f7, #e94e77);
}

Dark Winter Elegance color palette created on .