Ethereal Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Shadows palette

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

Ethereal Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #2c2e30;
}
.color-2 {
color: #3e3e41;
}
.color-3 {
color: #5a5c5e;
}
.color-4 {
color: #8a8c8f;
}
.color-5 {
color: #c0c2c4;
}

/* CSS Variables */
:root {
--color-1: #2c2e30;
--color-2: #3e3e41;
--color-3: #5a5c5e;
--color-4: #8a8c8f;
--color-5: #c0c2c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c2e30, #3e3e41, #5a5c5e, #8a8c8f, #c0c2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c2e30, #3e3e41, #5a5c5e, #8a8c8f, #c0c2c4);
}

Ethereal Shadows color palette created on .