Dismal Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dismal Purple palette

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

Dismal Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e60;
}
.color-2 {
color: #7f6b8e;
}
.color-3 {
color: #b4a4b7;
}
.color-4 {
color: #f2d4a6;
}
.color-5 {
color: #e95e3f;
}

/* CSS Variables */
:root {
--color-1: #4c3e60;
--color-2: #7f6b8e;
--color-3: #b4a4b7;
--color-4: #f2d4a6;
--color-5: #e95e3f;
}

Dismal Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e60, #7f6b8e, #b4a4b7, #f2d4a6, #e95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e60, #7f6b8e, #b4a4b7, #f2d4a6, #e95e3f);
}

Dismal Purple color palette created on .