Urban Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Urban Serenity palette
Urban Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4b7d91;
}
.color-3 {
color: #7ebad7;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #f29d3a;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b7d91;
--color-3: #7ebad7;
--color-4: #f7b5a1;
--color-5: #f29d3a;
}
Urban Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b7d91, #7ebad7, #f7b5a1, #f29d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b7d91, #7ebad7, #f7b5a1, #f29d3a);
}
似たようなカラーパレット
Urban Serenity color palette created on .