Paleta de colores Bright Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Gold palette

Compartir esta paleta en:

Descargar la paleta de colores Bright Gold (PNG)

Download bright gold color palette PNG image (landscape)
Download bright gold color palette PNG image (square)

CSS de la paleta de colores Bright Gold

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ff8000;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffc300;
--color-3: #ffb700;
--color-4: #ff9d00;
--color-5: #ff8000;
}

CSS del degradado de fondo Bright Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffc300, #ffb700, #ff9d00, #ff8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffc300, #ffb700, #ff9d00, #ff8000);
}

Bright Gold color palette created on .