Paleta de colores Pink Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Sunset palette
CSS de la paleta de colores Pink Sunset
/* CSS */
.color-1 {
color: #ed7dae;
}
.color-2 {
color: #f09ec0;
}
.color-3 {
color: #f1d0e5;
}
.color-4 {
color: #f3a949;
}
.color-5 {
color: #d64f3d;
}
/* CSS Variables */
:root {
--color-1: #ed7dae;
--color-2: #f09ec0;
--color-3: #f1d0e5;
--color-4: #f3a949;
--color-5: #d64f3d;
}
CSS del degradado de fondo Pink Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7dae, #f09ec0, #f1d0e5, #f3a949, #d64f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7dae, #f09ec0, #f1d0e5, #f3a949, #d64f3d);
}
Paletas de colores similares
Pink Sunset color palette created on .