Paleta de colores Golden Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Horizon palette

Compartir esta paleta en:

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 .