Ethereal Gloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Gloom palette

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

Ethereal Gloom カラーパレット CSS

/* CSS */
.color-1 {
color: #3e1a47;
}
.color-2 {
color: #6a3f88;
}
.color-3 {
color: #a95b99;
}
.color-4 {
color: #d5a86c;
}
.color-5 {
color: #f4e2b8;
}

/* CSS Variables */
:root {
--color-1: #3e1a47;
--color-2: #6a3f88;
--color-3: #a95b99;
--color-4: #d5a86c;
--color-5: #f4e2b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1a47, #6a3f88, #a95b99, #d5a86c, #f4e2b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1a47, #6a3f88, #a95b99, #d5a86c, #f4e2b8);
}

Ethereal Gloom color palette created on .