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: #a45b9e;
}
.color-2 {
color: #e4b9d4;
}
.color-3 {
color: #f8d6c4;
}
.color-4 {
color: #fce4a1;
}
.color-5 {
color: #f7a67e;
}
/* CSS Variables */
:root {
--color-1: #a45b9e;
--color-2: #e4b9d4;
--color-3: #f8d6c4;
--color-4: #fce4a1;
--color-5: #f7a67e;
}
CSS del degradado de fondo Pink Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45b9e, #e4b9d4, #f8d6c4, #fce4a1, #f7a67e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45b9e, #e4b9d4, #f8d6c4, #fce4a1, #f7a67e);
}
Paletas de colores similares
Pink Sunset color palette created on .