Vibrant Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Purple palette

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

Vibrant Purple カラーパレット (PNG) をダウンロード

Download vibrant purple color palette PNG image (landscape)
Download vibrant purple color palette PNG image (square)

Vibrant Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fa4f00;
}
.color-3 {
color: #d51a46;
}
.color-4 {
color: #9b1c7b;
}
.color-5 {
color: #5d3f8d;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fa4f00;
--color-3: #d51a46;
--color-4: #9b1c7b;
--color-5: #5d3f8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fa4f00, #d51a46, #9b1c7b, #5d3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fa4f00, #d51a46, #9b1c7b, #5d3f8d);
}

Vibrant Purple color palette created on .