Venomous Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venomous Elegance palette

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

Venomous Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #a04dd1;
}
.color-2 {
color: #af82e3;
}
.color-3 {
color: #dcaccd;
}
.color-4 {
color: #f5d1d2;
}
.color-5 {
color: #f6db88;
}

/* CSS Variables */
:root {
--color-1: #a04dd1;
--color-2: #af82e3;
--color-3: #dcaccd;
--color-4: #f5d1d2;
--color-5: #f6db88;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a04dd1, #af82e3, #dcaccd, #f5d1d2, #f6db88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a04dd1, #af82e3, #dcaccd, #f5d1d2, #f6db88);
}

Venomous Elegance color palette created on .