Forgotten Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forgotten Echoes palette

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

Forgotten Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #c6452f;
}
.color-2 {
color: #e59e6c;
}
.color-3 {
color: #edd69b;
}
.color-4 {
color: #a7c0a5;
}
.color-5 {
color: #5d9286;
}

/* CSS Variables */
:root {
--color-1: #c6452f;
--color-2: #e59e6c;
--color-3: #edd69b;
--color-4: #a7c0a5;
--color-5: #5d9286;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6452f, #e59e6c, #edd69b, #a7c0a5, #5d9286);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6452f, #e59e6c, #edd69b, #a7c0a5, #5d9286);
}

Forgotten Echoes color palette created on .