Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1f3b;
}
.color-2 {
color: #4b4e6c;
}
.color-3 {
color: #7e80a5;
}
.color-4 {
color: #b1a3c8;
}
.color-5 {
color: #cfb3df;
}

/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #4b4e6c;
--color-3: #7e80a5;
--color-4: #b1a3c8;
--color-5: #cfb3df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #4b4e6c, #7e80a5, #b1a3c8, #cfb3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #4b4e6c, #7e80a5, #b1a3c8, #cfb3df);
}

Shades of Purple color palette created on .