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