Paleta de colores Golden Beehive

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Beehive palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Beehive

/* CSS */
.color-1 {
color: #f3d258;
}
.color-2 {
color: #f6ba2c;
}
.color-3 {
color: #e2a71d;
}
.color-4 {
color: #d89c2c;
}
.color-5 {
color: #a0631c;
}

/* CSS Variables */
:root {
--color-1: #f3d258;
--color-2: #f6ba2c;
--color-3: #e2a71d;
--color-4: #d89c2c;
--color-5: #a0631c;
}

CSS del degradado de fondo Golden Beehive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d258, #f6ba2c, #e2a71d, #d89c2c, #a0631c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d258, #f6ba2c, #e2a71d, #d89c2c, #a0631c);
}

Golden Beehive color palette created on .