Tempting Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tempting Echoes palette

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

Tempting Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #c74938;
}
.color-2 {
color: #f2a36e;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #9bd090;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #c74938;
--color-2: #f2a36e;
--color-3: #f4e1a4;
--color-4: #9bd090;
--color-5: #4a9cd3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c74938, #f2a36e, #f4e1a4, #9bd090, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c74938, #f2a36e, #f4e1a4, #9bd090, #4a9cd3);
}

Tempting Echoes color palette created on .