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: #edc550;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #daa24e;
}
.color-5 {
color: #d59939;
}

/* CSS Variables */
:root {
--color-1: #edc550;
--color-2: #f1c84b;
--color-3: #e6b84c;
--color-4: #daa24e;
--color-5: #d59939;
}

CSS del degradado de fondo Golden Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc550, #f1c84b, #e6b84c, #daa24e, #d59939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc550, #f1c84b, #e6b84c, #daa24e, #d59939);
}

Golden Horizon color palette created on .