Venomous Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venomous Elegance palette

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

Venomous Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #8c3e8e;
}
.color-2 {
color: #a36cb7;
}
.color-3 {
color: #d39c9d;
}
.color-4 {
color: #f1c5a2;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #8c3e8e;
--color-2: #a36cb7;
--color-3: #d39c9d;
--color-4: #f1c5a2;
--color-5: #f4cf3e;
}

Venomous Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3e8e, #a36cb7, #d39c9d, #f1c5a2, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3e8e, #a36cb7, #d39c9d, #f1c5a2, #f4cf3e);
}

Venomous Elegance color palette created on .