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