Paleta de colores Golden Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Forest

/* CSS */
.color-1 {
color: #3db388;
}
.color-2 {
color: #a85d6c;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #9c4f26;
}

/* CSS Variables */
:root {
--color-1: #3db388;
--color-2: #a85d6c;
--color-3: #4b91e2;
--color-4: #f1c40e;
--color-5: #9c4f26;
}

CSS del degradado de fondo Golden Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db388, #a85d6c, #4b91e2, #f1c40e, #9c4f26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db388, #a85d6c, #4b91e2, #f1c40e, #9c4f26);
}

Golden Forest color palette created on .