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