Death of Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Death of Dreams palette

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

Death of Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #31323a;
}
.color-2 {
color: #959aa3;
}
.color-3 {
color: #ebeeef;
}
.color-4 {
color: #b3616a;
}
.color-5 {
color: #973f54;
}

/* CSS Variables */
:root {
--color-1: #31323a;
--color-2: #959aa3;
--color-3: #ebeeef;
--color-4: #b3616a;
--color-5: #973f54;
}

Death of Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #31323a, #959aa3, #ebeeef, #b3616a, #973f54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #31323a, #959aa3, #ebeeef, #b3616a, #973f54);
}

Death of Dreams color palette created on .