Paleta de colores Pink Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Sunrise palette
CSS de la paleta de colores Pink Sunrise
/* CSS */
.color-1 {
color: #ff4da0;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ffc342;
}
.color-4 {
color: #8bff6b;
}
.color-5 {
color: #e7ffb8;
}
/* CSS Variables */
:root {
--color-1: #ff4da0;
--color-2: #ff8e6b;
--color-3: #ffc342;
--color-4: #8bff6b;
--color-5: #e7ffb8;
}
CSS del degradado de fondo Pink Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4da0, #ff8e6b, #ffc342, #8bff6b, #e7ffb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4da0, #ff8e6b, #ffc342, #8bff6b, #e7ffb8);
}
Paletas de colores similares
Pink Sunrise color palette created on .