Purple Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Elegance palette

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

Purple Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #d0b5e8;
}
.color-3 {
color: #b98dc9;
}
.color-4 {
color: #8d5f9b;
}
.color-5 {
color: #6f2c90;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #d0b5e8;
--color-3: #b98dc9;
--color-4: #8d5f9b;
--color-5: #6f2c90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #d0b5e8, #b98dc9, #8d5f9b, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #d0b5e8, #b98dc9, #8d5f9b, #6f2c90);
}

Purple Elegance color palette created on .