Urban Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Serenity palette

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

Urban Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #b1bec4;
}
.color-3 {
color: #8fa3ae;
}
.color-4 {
color: #607c8a;
}
.color-5 {
color: #455a63;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #b1bec4;
--color-3: #8fa3ae;
--color-4: #607c8a;
--color-5: #455a63;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #b1bec4, #8fa3ae, #607c8a, #455a63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #b1bec4, #8fa3ae, #607c8a, #455a63);
}

Urban Serenity color palette created on .