Ethereal Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Echoes palette

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

Ethereal Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b3b5;
}
.color-2 {
color: #c3a2a6;
}
.color-3 {
color: #b49da8;
}
.color-4 {
color: #759d9f;
}
.color-5 {
color: #4c7b77;
}

/* CSS Variables */
:root {
--color-1: #d1b3b5;
--color-2: #c3a2a6;
--color-3: #b49da8;
--color-4: #759d9f;
--color-5: #4c7b77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3b5, #c3a2a6, #b49da8, #759d9f, #4c7b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3b5, #c3a2a6, #b49da8, #759d9f, #4c7b77);
}

Ethereal Echoes color palette created on .