Aubergine Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aubergine Hues palette

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

Aubergine Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2b4a;
}
.color-2 {
color: #6d4a6b;
}
.color-3 {
color: #a87a9c;
}
.color-4 {
color: #d1a3d1;
}
.color-5 {
color: #f2c5df;
}

/* CSS Variables */
:root {
--color-1: #4a2b4a;
--color-2: #6d4a6b;
--color-3: #a87a9c;
--color-4: #d1a3d1;
--color-5: #f2c5df;
}

Aubergine Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b4a, #6d4a6b, #a87a9c, #d1a3d1, #f2c5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b4a, #6d4a6b, #a87a9c, #d1a3d1, #f2c5df);
}

Aubergine Hues color palette created on .