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