Paleta de colores Golden Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Green palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Green

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #9bce6f;
}
.color-3 {
color: #6b8f24;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #9bce6f;
--color-3: #6b8f24;
--color-4: #8b4513;
--color-5: #ffd900;
}

CSS del degradado de fondo Golden Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #9bce6f, #6b8f24, #8b4513, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #9bce6f, #6b8f24, #8b4513, #ffd900);
}

Golden Green color palette created on .