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