Paleta de colores Golden Bubbles

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Bubbles palette

Compartir esta paleta en:

Descargar la paleta de colores Golden Bubbles (PNG)

Download golden bubbles color palette PNG image (landscape)
Download golden bubbles color palette PNG image (square)

CSS de la paleta de colores Golden Bubbles

/* CSS */
.color-1 {
color: #e8caab;
}
.color-2 {
color: #f2d2b1;
}
.color-3 {
color: #f7e8b1;
}
.color-4 {
color: #d3b78d;
}
.color-5 {
color: #d0a05d;
}

/* CSS Variables */
:root {
--color-1: #e8caab;
--color-2: #f2d2b1;
--color-3: #f7e8b1;
--color-4: #d3b78d;
--color-5: #d0a05d;
}

CSS del degradado de fondo Golden Bubbles

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8caab, #f2d2b1, #f7e8b1, #d3b78d, #d0a05d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8caab, #f2d2b1, #f7e8b1, #d3b78d, #d0a05d);
}

Golden Bubbles color palette created on .