Ethereal Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Shadows palette

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

Ethereal Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #3d2b50;
}
.color-2 {
color: #5b507c;
}
.color-3 {
color: #7d7d9b;
}
.color-4 {
color: #b0a2c3;
}
.color-5 {
color: #f3d3d3;
}

/* CSS Variables */
:root {
--color-1: #3d2b50;
--color-2: #5b507c;
--color-3: #7d7d9b;
--color-4: #b0a2c3;
--color-5: #f3d3d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2b50, #5b507c, #7d7d9b, #b0a2c3, #f3d3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2b50, #5b507c, #7d7d9b, #b0a2c3, #f3d3d3);
}

Ethereal Shadows color palette created on .