Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #19114b;
}
.color-2 {
color: #3b2b6e;
}
.color-3 {
color: #5e4f9c;
}
.color-4 {
color: #8d7bc6;
}
.color-5 {
color: #c4b2e0;
}

/* CSS Variables */
:root {
--color-1: #19114b;
--color-2: #3b2b6e;
--color-3: #5e4f9c;
--color-4: #8d7bc6;
--color-5: #c4b2e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19114b, #3b2b6e, #5e4f9c, #8d7bc6, #c4b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19114b, #3b2b6e, #5e4f9c, #8d7bc6, #c4b2e0);
}

似たようなカラーパレット

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Shades of Purple color palette created on .