Elysian Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elysian Echoes palette

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

Elysian Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #a43d53;
}
.color-2 {
color: #e87a78;
}
.color-3 {
color: #f5c9a3;
}
.color-4 {
color: #f9e5b4;
}
.color-5 {
color: #a6d8b5;
}

/* CSS Variables */
:root {
--color-1: #a43d53;
--color-2: #e87a78;
--color-3: #f5c9a3;
--color-4: #f9e5b4;
--color-5: #a6d8b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a43d53, #e87a78, #f5c9a3, #f9e5b4, #a6d8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a43d53, #e87a78, #f5c9a3, #f9e5b4, #a6d8b5);
}

Elysian Echoes color palette created on .