Paleta de colores Golden Galilea

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Galilea palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Galilea

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ebb000;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ebb000;
--color-3: #ffcc00;
--color-4: #ffd900;
--color-5: #ffc105;
}

CSS del degradado de fondo Golden Galilea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ebb000, #ffcc00, #ffd900, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ebb000, #ffcc00, #ffd900, #ffc105);
}

Golden Galilea color palette created on .