Paleta de colores Pink and Gold Forest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Gold Forest palette
CSS de la paleta de colores Pink and Gold Forest
/* CSS */
.color-1 {
color: #e4afc3;
}
.color-2 {
color: #f3d57c;
}
.color-3 {
color: #f5af2e;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #a34d7c;
}
/* CSS Variables */
:root {
--color-1: #e4afc3;
--color-2: #f3d57c;
--color-3: #f5af2e;
--color-4: #7fd959;
--color-5: #a34d7c;
}
CSS del degradado de fondo Pink and Gold Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4afc3, #f3d57c, #f5af2e, #7fd959, #a34d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4afc3, #f3d57c, #f5af2e, #7fd959, #a34d7c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Estético
Pink and Gold Forest color palette created on .