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