Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2b50;
}
.color-2 {
color: #594b77;
}
.color-3 {
color: #8a699b;
}
.color-4 {
color: #c5a5b2;
}
.color-5 {
color: #ebc6d4;
}

/* CSS Variables */
:root {
--color-1: #3b2b50;
--color-2: #594b77;
--color-3: #8a699b;
--color-4: #c5a5b2;
--color-5: #ebc6d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b50, #594b77, #8a699b, #c5a5b2, #ebc6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b50, #594b77, #8a699b, #c5a5b2, #ebc6d4);
}

Shades of Purple color palette created on .