Purple and Black Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple and Black Space palette

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

Purple and Black Space カラーパレット CSS

/* CSS */
.color-1 {
color: #4b2d7b;
}
.color-2 {
color: #704c9e;
}
.color-3 {
color: #9e7ab3;
}
.color-4 {
color: #c4a6e3;
}
.color-5 {
color: #f0e0ff;
}

/* CSS Variables */
:root {
--color-1: #4b2d7b;
--color-2: #704c9e;
--color-3: #9e7ab3;
--color-4: #c4a6e3;
--color-5: #f0e0ff;
}

Purple and Black Space の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2d7b, #704c9e, #9e7ab3, #c4a6e3, #f0e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2d7b, #704c9e, #9e7ab3, #c4a6e3, #f0e0ff);
}

Purple and Black Space color palette created on .