Urban Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Serenity palette

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

Urban Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e8a29c;
}
.color-2 {
color: #c6dabe;
}
.color-3 {
color: #a5c9d5;
}
.color-4 {
color: #6b9d9e;
}
.color-5 {
color: #4b5c6c;
}

/* CSS Variables */
:root {
--color-1: #e8a29c;
--color-2: #c6dabe;
--color-3: #a5c9d5;
--color-4: #6b9d9e;
--color-5: #4b5c6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a29c, #c6dabe, #a5c9d5, #6b9d9e, #4b5c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a29c, #c6dabe, #a5c9d5, #6b9d9e, #4b5c6c);
}

Urban Serenity color palette created on .