Ethereal Haze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Haze palette

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

Ethereal Haze カラーパレット CSS

/* CSS */
.color-1 {
color: #805b9f;
}
.color-2 {
color: #9d7db5;
}
.color-3 {
color: #c2a2d7;
}
.color-4 {
color: #e3c3e4;
}
.color-5 {
color: #f8e8f5;
}

/* CSS Variables */
:root {
--color-1: #805b9f;
--color-2: #9d7db5;
--color-3: #c2a2d7;
--color-4: #e3c3e4;
--color-5: #f8e8f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #805b9f, #9d7db5, #c2a2d7, #e3c3e4, #f8e8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #805b9f, #9d7db5, #c2a2d7, #e3c3e4, #f8e8f5);
}

Ethereal Haze color palette created on .