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