Purple Passion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Passion palette

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

Purple Passion カラーパレット CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #ff6bb5;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #db143c;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #8a2ce2;
--color-3: #ff6bb5;
--color-4: #ff1492;
--color-5: #db143c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #8a2ce2, #ff6bb5, #ff1492, #db143c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #8a2ce2, #ff6bb5, #ff1492, #db143c);
}

Purple Passion color palette created on .