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: #a96cc1;
}
.color-2 {
color: #e5a4e0;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #a96cc1;
--color-2: #e5a4e0;
--color-3: #f6c5b1;
--color-4: #ffb84d;
--color-5: #ffc105;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a96cc1, #e5a4e0, #f6c5b1, #ffb84d, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a96cc1, #e5a4e0, #f6c5b1, #ffb84d, #ffc105);
}

Vibrant Purple color palette created on .