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