Shades of Violet and Black カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Violet and Black palette

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

Shades of Violet and Black カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #5d4a82;
}
.color-3 {
color: #8b5c99;
}
.color-4 {
color: #b9a5d9;
}
.color-5 {
color: #d1c7e1;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #5d4a82;
--color-3: #8b5c99;
--color-4: #b9a5d9;
--color-5: #d1c7e1;
}

Shades of Violet and Black の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #5d4a82, #8b5c99, #b9a5d9, #d1c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #5d4a82, #8b5c99, #b9a5d9, #d1c7e1);
}

Shades of Violet and Black color palette created on .