Vibrant Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Purple palette

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

Vibrant Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #7f00ff;
}
.color-2 {
color: #5900b3;
}
.color-3 {
color: #3b982f;
}
.color-4 {
color: #6f6f9b;
}
.color-5 {
color: #b454b6;
}

/* CSS Variables */
:root {
--color-1: #7f00ff;
--color-2: #5900b3;
--color-3: #3b982f;
--color-4: #6f6f9b;
--color-5: #b454b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f00ff, #5900b3, #3b982f, #6f6f9b, #b454b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f00ff, #5900b3, #3b982f, #6f6f9b, #b454b6);
}

Vibrant Purple color palette created on .