Forgotten Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forgotten Echoes palette

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

Forgotten Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #ba4c3b;
}
.color-2 {
color: #e7a47e;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #a4c1b4;
}
.color-5 {
color: #5a8c8b;
}

/* CSS Variables */
:root {
--color-1: #ba4c3b;
--color-2: #e7a47e;
--color-3: #f1e1b1;
--color-4: #a4c1b4;
--color-5: #5a8c8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba4c3b, #e7a47e, #f1e1b1, #a4c1b4, #5a8c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba4c3b, #e7a47e, #f1e1b1, #a4c1b4, #5a8c8b);
}

Forgotten Echoes color palette created on .