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: #e4c05e;
}
.color-2 {
color: #f8d86d;
}
.color-3 {
color: #f9e8a4;
}
.color-4 {
color: #fbae50;
}
.color-5 {
color: #d5623f;
}

/* CSS Variables */
:root {
--color-1: #e4c05e;
--color-2: #f8d86d;
--color-3: #f9e8a4;
--color-4: #fbae50;
--color-5: #d5623f;
}

CSS del degradado de fondo Golden Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c05e, #f8d86d, #f9e8a4, #fbae50, #d5623f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c05e, #f8d86d, #f9e8a4, #fbae50, #d5623f);
}

Golden Horizon color palette created on .