Paleta de colores Pink to Yellow Gradient
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink to Yellow Gradient palette
CSS de la paleta de colores Pink to Yellow Gradient
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #e3f9b4;
}
.color-5 {
color: #aef9b8;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9a57;
--color-3: #ffcb5c;
--color-4: #e3f9b4;
--color-5: #aef9b8;
}
CSS del degradado de fondo Pink to Yellow Gradient
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9a57, #ffcb5c, #e3f9b4, #aef9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9a57, #ffcb5c, #e3f9b4, #aef9b8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Pink to Yellow Gradient color palette created on .