Urban Sunrise Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Urban Sunrise palette
tavolozza dei colori Urban Sunrise CSS
/* CSS */
.color-1 {
color: #3c9cdd;
}
.color-2 {
color: #5fbf8d;
}
.color-3 {
color: #f6c679;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #e64b3d;
}
/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #5fbf8d;
--color-3: #f6c679;
--color-4: #f76e6e;
--color-5: #e64b3d;
}
CSS con gradiente di sfondo Urban Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #5fbf8d, #f6c679, #f76e6e, #e64b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #5fbf8d, #f6c679, #f76e6e, #e64b3d);
}
Tavolozze di colori simili
Urban Sunrise color palette created on .