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