Paleta de colores Golden Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Depths

/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #e6c300;
}
.color-3 {
color: #f0d800;
}
.color-4 {
color: #f6e351;
}
.color-5 {
color: #f9e271;
}

/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #e6c300;
--color-3: #f0d800;
--color-4: #f6e351;
--color-5: #f9e271;
}

CSS del degradado de fondo Golden Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #e6c300, #f0d800, #f6e351, #f9e271);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #e6c300, #f0d800, #f6e351, #f9e271);
}

Golden Depths color palette created on .