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: #f6bb3c;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f5d76b;
}
.color-4 {
color: #f8e0a0;
}
.color-5 {
color: #fce8b0;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f1c84b;
--color-3: #f5d76b;
--color-4: #f8e0a0;
--color-5: #fce8b0;
}
CSS con gradiente di sfondo Golden Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f1c84b, #f5d76b, #f8e0a0, #fce8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f1c84b, #f5d76b, #f8e0a0, #fce8b0);
}
Tavolozze di colori simili
Golden Sunrise color palette created on .