Paleta de colores Golden Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Sunrise

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc33;
}
.color-3 {
color: #ffde66;
}
.color-4 {
color: #ffec99;
}
.color-5 {
color: #fff7cc;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc33;
--color-3: #ffde66;
--color-4: #ffec99;
--color-5: #fff7cc;
}

CSS del degradado de fondo Golden Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc33, #ffde66, #ffec99, #fff7cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc33, #ffde66, #ffec99, #fff7cc);
}

Golden Sunrise color palette created on .