Urban Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Echoes palette

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

Urban Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1316;
}
.color-2 {
color: #503a43;
}
.color-3 {
color: #8d6274;
}
.color-4 {
color: #bba0ae;
}
.color-5 {
color: #e8dee3;
}

/* CSS Variables */
:root {
--color-1: #1b1316;
--color-2: #503a43;
--color-3: #8d6274;
--color-4: #bba0ae;
--color-5: #e8dee3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1316, #503a43, #8d6274, #bba0ae, #e8dee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1316, #503a43, #8d6274, #bba0ae, #e8dee3);
}

Urban Echoes color palette created on .