Paleta de colores Gold and Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gold and Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Gold and Pink

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #e8b0c0;
}
.color-5 {
color: #bf4f8d;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c400;
--color-3: #f7e1a1;
--color-4: #e8b0c0;
--color-5: #bf4f8d;
}

CSS del degradado de fondo Gold and Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c400, #f7e1a1, #e8b0c0, #bf4f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c400, #f7e1a1, #e8b0c0, #bf4f8d);
}

Gold and Pink color palette created on .