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