Vibrant Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Purple palette

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

Vibrant Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #7b4c9a;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #009485;
}
.color-4 {
color: #e1e12d;
}
.color-5 {
color: #f76a55;
}

/* CSS Variables */
:root {
--color-1: #7b4c9a;
--color-2: #4b91e2;
--color-3: #009485;
--color-4: #e1e12d;
--color-5: #f76a55;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9a, #4b91e2, #009485, #e1e12d, #f76a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9a, #4b91e2, #009485, #e1e12d, #f76a55);
}

Vibrant Purple color palette created on .