Ethereal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Elegance palette

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

Ethereal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #3d2c4e;
}
.color-2 {
color: #594b77;
}
.color-3 {
color: #7f6b9e;
}
.color-4 {
color: #b29ec7;
}
.color-5 {
color: #e1b7d2;
}

/* CSS Variables */
:root {
--color-1: #3d2c4e;
--color-2: #594b77;
--color-3: #7f6b9e;
--color-4: #b29ec7;
--color-5: #e1b7d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2c4e, #594b77, #7f6b9e, #b29ec7, #e1b7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2c4e, #594b77, #7f6b9e, #b29ec7, #e1b7d2);
}

Ethereal Elegance color palette created on .