Urban Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Urban Serenity palette
Urban Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #e3e8e8;
}
.color-2 {
color: #889096;
}
.color-3 {
color: #64686d;
}
.color-4 {
color: #4c4e52;
}
.color-5 {
color: #3d3f43;
}
/* CSS Variables */
:root {
--color-1: #e3e8e8;
--color-2: #889096;
--color-3: #64686d;
--color-4: #4c4e52;
--color-5: #3d3f43;
}
Urban Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e8e8, #889096, #64686d, #4c4e52, #3d3f43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e8e8, #889096, #64686d, #4c4e52, #3d3f43);
}
似たようなカラーパレット
下にスクロールして7個のSoft grayカラーパレットを探索しましょう
Urban Serenity color palette created on .