Paleta de colores Golden Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Horizon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Golden Horizon

Download golden horizon color palette PNG image (landscape)
Download golden horizon color palette PNG image (square)

CSS de la paleta de colores Golden Horizon

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #c99f2c;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #2b567d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #c99f2c;
--color-3: #ffffff;
--color-4: #2b567d;
--color-5: #000000;
}

CSS del degradado de fondo Golden Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #c99f2c, #ffffff, #2b567d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #c99f2c, #ffffff, #2b567d, #000000);
}

Golden Horizon color palette created on .