Vibrant Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Purple palette

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

Vibrant Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #4d5eff;
}
.color-2 {
color: #a680ff;
}
.color-3 {
color: #f4b8ff;
}
.color-4 {
color: #ff6b9a;
}
.color-5 {
color: #ffbd42;
}

/* CSS Variables */
:root {
--color-1: #4d5eff;
--color-2: #a680ff;
--color-3: #f4b8ff;
--color-4: #ff6b9a;
--color-5: #ffbd42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5eff, #a680ff, #f4b8ff, #ff6b9a, #ffbd42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5eff, #a680ff, #f4b8ff, #ff6b9a, #ffbd42);
}

Vibrant Purple color palette created on .