Paleta de colores Golden Nectar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Nectar palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Nectar

/* CSS */
.color-1 {
color: #f6c31e;
}
.color-2 {
color: #e5a22e;
}
.color-3 {
color: #d97d3f;
}
.color-4 {
color: #c05439;
}
.color-5 {
color: #a94b3d;
}

/* CSS Variables */
:root {
--color-1: #f6c31e;
--color-2: #e5a22e;
--color-3: #d97d3f;
--color-4: #c05439;
--color-5: #a94b3d;
}

CSS del degradado de fondo Golden Nectar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c31e, #e5a22e, #d97d3f, #c05439, #a94b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c31e, #e5a22e, #d97d3f, #c05439, #a94b3d);
}

Golden Nectar color palette created on .